summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f53eb35e65c4..5d303ba0dab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Corey Hinshaw <corey(at)electrickite(dot)org>
pkgname=mkinitcpio-tpm2-encrypt
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="mkinitcpio hook that decrypts a TPM2-sealed LUKS keyfile"
url="https://github.com/electrickite/mkinitcpio-tpm2-encrypt"
@@ -9,7 +9,7 @@ arch=(any)
license=('GPL3')
depends=('mkinitcpio' 'tpm2-tools>=4.0')
source=("https://github.com/electrickite/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('5157ecdba2d4b8c11f21b78c513f227cafccded69f6c71c92523fda5b49c351a')
+sha256sums=('1fd35b539ea68f09913471a6fe7f99cc2b6aa6bdabdb87c9625c0a192e90650a')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"