summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e69df0c746ea..c5de65893fb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Florness <david at florness dot com>
pkgname=tallyard
-pkgver=0.6.6
+pkgver=0.6.7
pkgrel=1
arch=('x86_64')
pkgdesc="an authenticated voting system that ensures voter privacy while preventing double-voting"
@@ -9,7 +9,7 @@ license=('MPL2')
depends=('libolm')
makedepends=('go>=1.18')
source=("$pkgname-v$pkgver.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v$pkgver.tar.gz")
-sha256sums=('af27b520939e6c8a9d6bc04b60624d39554153731bc7fcd2adf5bcade1febdbb')
+sha256sums=('833bff508644f66c5836695006abd2693a00d55f56bf18604289c0d01c109097')
build() {
cd "$srcdir/$pkgname-v$pkgver"