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 966ad0345a7f..5467851c7964 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tpm_futurepcr
pkgdesc = Calculate future TPM PCRs after a kernel upgrade
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/grawity/tpm_futurepcr
arch = any
@@ -9,7 +9,7 @@ pkgbase = tpm_futurepcr
depends = python
depends = python-signify
depends = tpm2-tools
- source = https://github.com/grawity/tpm_futurepcr/archive/v1.4.tar.gz
- sha256sums = 718f4a0a92db95e3d5d92da63fe1d1f003cad4598381e939e0384ca54501be12
+ source = https://github.com/grawity/tpm_futurepcr/archive/v1.5.tar.gz
+ sha256sums = 7e5fa03c2ee208af69d5c185685d022be6662c438d948318700f892ca4fd45f8
pkgname = tpm_futurepcr
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}"