summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 050321f98513..f7d983da3662 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fido2luks
pkgdesc = Decrypt your LUKS partition using a FIDO2 compatible authenticator
- pkgver = 0.2.13
+ pkgver = 0.2.14
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.12.tar.gz::https://github.com/shimunn/fido2luks/archive/0.2.13.tar.gz
- sha256sums = 07ead0bdb99f22b0d75ff3375be954c7e034fc18322d87cece2ac0468498e34d
+ source = fido2luks-0.2.14.tar.gz::https://github.com/shimunn/fido2luks/archive/0.2.14.tar.gz
+ sha256sums = 68cb3f3a10bc89b786c63d4e8cbe652a4f57a79a4aa201f64dbec4ce8c65c9c6
pkgname = fido2luks
diff --git a/PKGBUILD b/PKGBUILD
index 96fb9f1746fe..efc008e4ece8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: shimunn <shimun@shimun.net>
pkgname=fido2luks
-pkgver=0.2.13
+pkgver=0.2.14
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=("07ead0bdb99f22b0d75ff3375be954c7e034fc18322d87cece2ac0468498e34d")
+sha256sums=("68cb3f3a10bc89b786c63d4e8cbe652a4f57a79a4aa201f64dbec4ce8c65c9c6")
url="https://github.com/shimunn/fido2luks"
license=('MPL-2.0')