summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hinshaw2019-05-01 16:43:12 -0400
committerCorey Hinshaw2019-05-01 16:43:12 -0400
commit336c6ea99599ecc77003b067b259c862410064ad (patch)
tree43b4c5755174dd6e78686972cbcab82570e8f3f5
parent56461b6bcb7ee2f401f6c9359522e33951644255 (diff)
downloadaur-336c6ea99599ecc77003b067b259c862410064ad.tar.gz
Update to 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e16ab9dad24d..a61e58ac11b6 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.1
+ pkgver = 1.1.0
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.1.tar.gz
+ source = https://github.com/electrickite/luks-tpm2/archive/1.1.0.tar.gz
source = luks-tpm2.hook
- sha1sums = 8fdb092441d13768653f9f668c05192714e20253
+ sha1sums = 0118a0412b0900a5f6e6914d3e820ce2362d055b
sha1sums = 6156622b538d8f78d2930bc85e91d3bfee5ebfb6
pkgname = luks-tpm2
diff --git a/PKGBUILD b/PKGBUILD
index eab67637e1ff..871920b3a370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Corey Hinshaw <coreyhinshaw(at)gmail(dot)com>
pkgname=luks-tpm2
-pkgver=1.0.1
+pkgver=1.1.0
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=('8fdb092441d13768653f9f668c05192714e20253'
+sha1sums=('0118a0412b0900a5f6e6914d3e820ce2362d055b'
'6156622b538d8f78d2930bc85e91d3bfee5ebfb6')