summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshimun2021-02-08 17:18:45 +0100
committershimun2021-02-08 17:18:45 +0100
commit78c56f2b0a60ef092e6eaf34347b7232d4c109ca (patch)
tree695db18fc470da8d19b064e0cd6e4904243992b6
parent52da9133af660dffc1fa8ec77cee3a85062aa11b (diff)
downloadaur-78c56f2b0a60ef092e6eaf34347b7232d4c109ca.tar.gz
0.2.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7d983da3662..c43cd8dd6062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fido2luks
pkgdesc = Decrypt your LUKS partition using a FIDO2 compatible authenticator
- pkgver = 0.2.14
+ pkgver = 0.2.16
pkgrel = 1
url = https://github.com/shimunn/fido2luks
arch = i686
@@ -13,8 +13,8 @@ pkgbase = fido2luks
makedepends = cryptsetup
makedepends = clang
depends = cryptsetup
- source = fido2luks-0.2.14.tar.gz::https://github.com/shimunn/fido2luks/archive/0.2.14.tar.gz
- sha256sums = 68cb3f3a10bc89b786c63d4e8cbe652a4f57a79a4aa201f64dbec4ce8c65c9c6
+ source = fido2luks-0.2.16.tar.gz::https://github.com/shimunn/fido2luks/archive/0.2.16.tar.gz
+ sha256sums = 353e77753bc496fd9ac6e12c8715e49d81cd66eec57e8f17c13723fa887cbcaf
pkgname = fido2luks
diff --git a/PKGBUILD b/PKGBUILD
index efc008e4ece8..67b53782a57e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: shimunn <shimun@shimun.net>
pkgname=fido2luks
-pkgver=0.2.14
+pkgver=0.2.16
pkgrel=1
makedepends=('rust' 'cargo' 'cryptsetup' 'clang')
depends=('cryptsetup')
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")
-sha256sums=("68cb3f3a10bc89b786c63d4e8cbe652a4f57a79a4aa201f64dbec4ce8c65c9c6")
+# curl -L https://github.com/shimunn/fido2luks/archive/0.2.16.tar.gz | sha256sum
+sha256sums=("353e77753bc496fd9ac6e12c8715e49d81cd66eec57e8f17c13723fa887cbcaf")
url="https://github.com/shimunn/fido2luks"
license=('MPL-2.0')