summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Florness2023-10-16 11:59:37 -0400
committerDavid Florness2023-10-16 11:59:37 -0400
commitcc78d545e2ae158f3f421fe043e29ca41a900222 (patch)
tree466c67df38bb1f22ef40bf0e336507602ef8a875
parent7aac8a8cb057a9a62eb521bcd18702b92c173d5c (diff)
downloadaur-cc78d545e2ae158f3f421fe043e29ca41a900222.tar.gz
0.6.3 -> 0.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fd8945a2099..83b79d2b51e3 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.3
+ pkgver = 0.6.4
pkgrel = 1
url = https://tallyard.xyz
arch = x86_64
license = MPL2
makedepends = go>=1.18
depends = libolm
- source = tallyard-v0.6.3.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.6.3.tar.gz
- sha256sums = eebac12b0b04507602c96dde995fef2c854782b897a40fa2e973b78b99e25e10
+ source = tallyard-v0.6.4.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.6.4.tar.gz
+ sha256sums = b34e07f7b7868d1a5122f0ce59129c5e1abfe9b3c04b415ebce1f99e46dfdcf7
pkgname = tallyard
diff --git a/PKGBUILD b/PKGBUILD
index 2cb5c69a54af..279e7c8da2f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Florness <david at florness dot com>
pkgname=tallyard
-pkgver=0.6.3
+pkgver=0.6.4
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=('eebac12b0b04507602c96dde995fef2c854782b897a40fa2e973b78b99e25e10')
+sha256sums=('b34e07f7b7868d1a5122f0ce59129c5e1abfe9b3c04b415ebce1f99e46dfdcf7')
build() {
cd "$srcdir/$pkgname-v$pkgver"