summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Florness2023-07-15 14:59:06 -0400
committerDavid Florness2023-07-15 14:59:06 -0400
commitce5c8a01c65c29a6e27cd14423a1de8e28fba4c8 (patch)
tree68abccc644bba4aa612659223deebd0f65d87970
parent213be9a1186a7be94ba8b05047d8394f31f07bab (diff)
downloadaur-ce5c8a01c65c29a6e27cd14423a1de8e28fba4c8.tar.gz
0.6.2 -> 0.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47a12076a86f..8fd8945a2099 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.2
+ pkgver = 0.6.3
pkgrel = 1
url = https://tallyard.xyz
arch = x86_64
license = MPL2
makedepends = go>=1.18
depends = libolm
- source = tallyard-v0.6.2.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.6.2.tar.gz
- sha256sums = f073e187b757f0aef353f180c1600da7455e26adde07e955bee6ab687c596285
+ source = tallyard-v0.6.3.tar.gz::https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.6.3.tar.gz
+ sha256sums = eebac12b0b04507602c96dde995fef2c854782b897a40fa2e973b78b99e25e10
pkgname = tallyard
diff --git a/PKGBUILD b/PKGBUILD
index e1e3cb1c1207..2cb5c69a54af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Florness <david at florness dot com>
pkgname=tallyard
-pkgver=0.6.2
+pkgver=0.6.3
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=('f073e187b757f0aef353f180c1600da7455e26adde07e955bee6ab687c596285')
+sha256sums=('eebac12b0b04507602c96dde995fef2c854782b897a40fa2e973b78b99e25e10')
build() {
cd "$srcdir/$pkgname-v$pkgver"