summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoruser2021-07-14 12:36:38 +0200
committeruser2021-07-14 12:36:38 +0200
commit78b4bd34b2f1fb1d9e60ded2aba0e8863244edd3 (patch)
tree629bc3e318f363cebe97725d44ef89391445937a
parent22b00148cead397d373301d439cf77f4e81eb305 (diff)
downloadaur-78b4bd34b2f1fb1d9e60ded2aba0e8863244edd3.tar.gz
update to 0.2.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e727ba76fce..fa02b7739f98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fido2luks
pkgdesc = Decrypt your LUKS partition using a FIDO2 compatible authenticator
- pkgver = 0.2.17
+ pkgver = 0.2.19
pkgrel = 2
url = https://github.com/shimunn/fido2luks
arch = i686
@@ -13,8 +13,8 @@ pkgbase = fido2luks
makedepends = cryptsetup
makedepends = clang
depends = cryptsetup
- source = fido2luks-0.2.17.tar.gz::https://github.com/shimunn/fido2luks/archive/0.2.17.tar.gz
- sha256sums = 5cb921c6fcd55f23d608034d488e5dd43fc2be32d33c8436828079acc3f9a741
+ source = fido2luks-0.2.19.tar.gz::https://github.com/shimunn/fido2luks/archive/0.2.19.tar.gz
+ sha256sums = 4adcc5dafeea47b71ab61edeaa5fbed369ac23ae976f4f02e8f1496e30a0968f
pkgname = fido2luks
diff --git a/PKGBUILD b/PKGBUILD
index 72fe223475d8..e4e079a93962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: shimunn <shimun@shimun.net>
pkgname=fido2luks
-pkgver=0.2.17
+pkgver=0.2.19
pkgrel=2
makedepends=('rust' 'cargo' 'cryptsetup' 'clang')
depends=('cryptsetup')
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="Decrypt your LUKS partition using a FIDO2 compatible authenticator"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/shimunn/${pkgname}/archive/${pkgver}.tar.gz")
# curl -L https://github.com/shimunn/fido2luks/archive/0.2.16.tar.gz | sha256sum
-sha256sums=("5cb921c6fcd55f23d608034d488e5dd43fc2be32d33c8436828079acc3f9a741")
+sha256sums=("4adcc5dafeea47b71ab61edeaa5fbed369ac23ae976f4f02e8f1496e30a0968f")
url="https://github.com/shimunn/fido2luks"
license=('MPL-2.0')