summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCorey Hinshaw2022-11-01 13:48:09 -0400
committerCorey Hinshaw2022-11-01 13:48:09 -0400
commit7feb187be021621eca91c649e2400e09935ac6ca (patch)
treec4a075159d4ea10e0da981657453624a74f7cb86 /PKGBUILD
parent0415b5ceb02988751f42e189c78c19b91a94ad48 (diff)
downloadaur-tpm_futurepcr.tar.gz
Update to v1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 944edb1d2711..5c04b42c9063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Corey Hinshaw <corey(at)electrickite(dot)org>
pkgname=tpm_futurepcr
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc='Calculate future TPM PCRs after a kernel upgrade'
arch=('any')
@@ -11,7 +11,7 @@ depends=('python' 'python-signify' 'tpm2-tools')
makedepends=('python-setuptools')
source=("https://github.com/grawity/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('718f4a0a92db95e3d5d92da63fe1d1f003cad4598381e939e0384ca54501be12')
+sha256sums=('7e5fa03c2ee208af69d5c185685d022be6662c438d948318700f892ca4fd45f8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"