summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgrufo2024-03-29 16:21:03 +0000
committergrufo2024-03-29 16:21:03 +0000
commita2a0ecc14e7ae309162a0b6a687b7ea338a7bf66 (patch)
treecc80597c84fb57808f2d39f0267a6042cf1ee23e /PKGBUILD
parentc9215584a2a9e59a19721791f33baeeab2b3c9d7 (diff)
downloadaur-a2a0ecc14e7ae309162a0b6a687b7ea338a7bf66.tar.gz
New release (0.4.1-1)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 922879ab7100..bc23e54e76b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='anastasis'
-pkgver='0.4.0'
+pkgver='0.4.1'
pkgrel=1
pkgdesc='Protocol and implementation to securely deposit core secrets and recover them if their original copies are lost'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('jansson' 'gnunet' 'libgcrypt' 'libsodium' 'postgresql' 'taler-exchange
'taler-merchant')
conflicts=("${pkgname}-git" "${pkgname}-bin")
source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('c0c2df5c55690a7bbb29cb1aa8c3d5c89a243a14f5aa0072ff0aa5c6cbabfb4602f79353fe6cb200929d85aee65ecc48520ed1a98eaf82acec79236eb19b9ed4')
+sha512sums=('7e7630e59bdac91f7abb89808bfade642a4802cd464108c69f39e329b7597f6d3c1cbf81f99bd179cab8bff2951ededf1f1421e47606ef27d86ca281517addd6')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"