summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hinshaw2019-01-30 12:18:39 -0500
committerCorey Hinshaw2019-01-30 12:18:39 -0500
commit56461b6bcb7ee2f401f6c9359522e33951644255 (patch)
tree4e1f51a1433bdff36e4a4a67843f7e0f4565199b
parent75d9249a95287d46c73c62ee75ccb63f84e22539 (diff)
downloadaur-56461b6bcb7ee2f401f6c9359522e33951644255.tar.gz
Update to 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 291f1c302cc3..e16ab9dad24d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = luks-tpm2
pkgdesc = Utility to manage LUKS keys sealed by a TPM 2.0
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/electrickite/luks-tpm2
install = luks-tpm2.install
@@ -13,9 +13,9 @@ pkgbase = luks-tpm2
depends = util-linux
depends = grep
backup = etc/default/luks-tpm2
- source = https://github.com/electrickite/luks-tpm2/archive/1.0.0.tar.gz
+ source = https://github.com/electrickite/luks-tpm2/archive/1.0.1.tar.gz
source = luks-tpm2.hook
- sha1sums = 6aabef9b883576bf46f4387e0f6c3bef3b41e708
+ sha1sums = 8fdb092441d13768653f9f668c05192714e20253
sha1sums = 6156622b538d8f78d2930bc85e91d3bfee5ebfb6
pkgname = luks-tpm2
diff --git a/PKGBUILD b/PKGBUILD
index 5938acffa75f..eab67637e1ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Corey Hinshaw <coreyhinshaw(at)gmail(dot)com>
pkgname=luks-tpm2
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Utility to manage LUKS keys sealed by a TPM 2.0"
arch=('any')
@@ -17,7 +17,7 @@ depends=('tpm2-tools'
'grep')
source=("https://github.com/electrickite/${pkgname}/archive/${pkgver}.tar.gz"
'luks-tpm2.hook')
-sha1sums=('6aabef9b883576bf46f4387e0f6c3bef3b41e708'
+sha1sums=('8fdb092441d13768653f9f668c05192714e20253'
'6156622b538d8f78d2930bc85e91d3bfee5ebfb6')