summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Florness2023-10-17 14:41:45 -0400
committerDavid Florness2023-10-17 14:41:45 -0400
commit48f68d76c9f5882cf00e86ce1ae9d377a6052d90 (patch)
tree0a0d4d0e1badaaa1ca2f9b4c2560d62d7ba47f1a
parentcc78d545e2ae158f3f421fe043e29ca41a900222 (diff)
downloadaur-48f68d76c9f5882cf00e86ce1ae9d377a6052d90.tar.gz
0.6.4 -> 0.6.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83b79d2b51e3..6b1bd163ffa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tallyard
pkgdesc = an authenticated voting system that ensures voter privacy while preventing double-voting
- pkgver = 0.6.4
+ pkgver = 0.6.5
pkgrel = 1
url = https://tallyard.xyz
arch = x86_64
license = MPL2
makedepends = go>=1.18
depends = libolm
- source = tallyard-v0.6.4.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.6.4.tar.gz
- sha256sums = b34e07f7b7868d1a5122f0ce59129c5e1abfe9b3c04b415ebce1f99e46dfdcf7
+ source = tallyard-v0.6.5.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.6.5.tar.gz
+ sha256sums = fe0a7a8a68af093a1c703371f2f65a8a5a9bc925122f78bd45c4e92338081a15
pkgname = tallyard
diff --git a/PKGBUILD b/PKGBUILD
index 279e7c8da2f6..5a17e37ad176 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Florness <david at florness dot com>
pkgname=tallyard
-pkgver=0.6.4
+pkgver=0.6.5
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=('b34e07f7b7868d1a5122f0ce59129c5e1abfe9b3c04b415ebce1f99e46dfdcf7')
+sha256sums=('fe0a7a8a68af093a1c703371f2f65a8a5a9bc925122f78bd45c4e92338081a15')
build() {
cd "$srcdir/$pkgname-v$pkgver"