summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 301220933831..54230d6d66ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Brand <simon.brand@postadigitale.de>
pkgname=multi-tpm2-totp
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc='Attest the trustworthiness of a device against a human using multiple time-based one-time passwords.'
arch=(any)
@@ -10,8 +10,8 @@ license=(MIT)
depends=(tpm2-totp)
checkdepends=(shellcheck)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/brandsimon/multi-tpm2-totp/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('d9e610d543a215323d2275d967892b259a50ace196edc5313f95b8e213b7f8e0be6bf5a9403f2313e7ba8e99d0991b48bf882ebfc2904470e2543f37bf1c7640')
-b2sums=('eaeddfb1ea7ed13e3b47939381de8bc718b733fe4076ccc5fedf2b2a166e115cd411b59f7393ef6ef691f448c2448e301ddbae8aaf574ad6a6f6886e1b3710b5')
+sha512sums=('8d1d8305abcf2c732ca19ac110f378193210b30b78314e2f231ad67c64ee9c677108f9c2d15c53f0f4d7efad9ce391ea75fc18cbfeb3fb56654f55f98eeef897')
+b2sums=('53b6b04ea44fef839773db41768fffdb6f304dc5023097005bd6f5e3140f73534eeda3d85e8bde7dfeb277ac0406003ab116d99f1cce024cf8809e76cfc4b712')
check() {
cd "${pkgname}-${pkgver}"