summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2017-04-23 12:23:51 +0300
committerMantas Mikulėnas2017-04-23 12:23:51 +0300
commitf6a0a6fb07aa74f24febe183308121e5200f7835 (patch)
tree04de87007e9fbbee281e3fedcda67020ff1565c7
parent9a06e66b79c7f3ec97a28240bf9d3505b5b0404c (diff)
downloadaur-f6a0a6fb07aa74f24febe183308121e5200f7835.tar.gz
switch to sha256sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb2083f6bb43..21411b115cfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Apr 23 09:22:10 UTC 2017
+# Sun Apr 23 09:23:45 UTC 2017
pkgbase = monotone
pkgdesc = A free distributed version control system
pkgver = 1.1
@@ -16,7 +16,7 @@ pkgbase = monotone
depends = libidn
depends = zlib
source = http://www.monotone.ca/downloads/1.1/monotone-1.1.tar.bz2
- sha1sums = 2b97559b252decaee3a374b81bf714cf33441ba3
+ sha256sums = f95cf60a22d4e461bec9d0e72f5d3609c9a4576fb1cc45f553d0202ce2e38c88
pkgname = monotone
diff --git a/PKGBUILD b/PKGBUILD
index 73f095e961f5..2db7bb4de243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=('GPL')
depends=('pcre' 'lua' 'botan1.10' 'sqlite3' 'libidn' 'zlib')
makedepends=('boost')
source=("http://www.monotone.ca/downloads/1.1/monotone-${pkgver}.tar.bz2")
-sha1sums=('2b97559b252decaee3a374b81bf714cf33441ba3')
+sha256sums=('f95cf60a22d4e461bec9d0e72f5d3609c9a4576fb1cc45f553d0202ce2e38c88')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"