summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Florness2024-01-15 14:18:51 -0500
committerDavid Florness2024-01-15 14:18:51 -0500
commita3885f7be253f43ed39097017a61bb13e41dabc9 (patch)
treeb64f821222e7b8f2e1d8a61b88458fbe803ca643
parenta1af5a84b0dd2a7450d19e16c453ea4457f86e54 (diff)
downloadaur-tallyard.tar.gz
0.6.6 -> 0.6.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5b6e078e739..2a638be28b16 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.6
+ pkgver = 0.6.7
pkgrel = 1
url = https://tallyard.xyz
arch = x86_64
license = MPL2
makedepends = go>=1.18
depends = libolm
- source = tallyard-v0.6.6.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.6.6.tar.gz
- sha256sums = af27b520939e6c8a9d6bc04b60624d39554153731bc7fcd2adf5bcade1febdbb
+ source = tallyard-v0.6.7.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.6.7.tar.gz
+ sha256sums = 833bff508644f66c5836695006abd2693a00d55f56bf18604289c0d01c109097
pkgname = tallyard
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"