summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302019-08-20 18:59:16 +0200
committerM0Rf302019-08-20 18:59:16 +0200
commitcc42abcdab64d3d2e17fe25b454fb8ad89caebcd (patch)
tree6e0b5b85bba9ca76c28418b9f2c2ead8eaea557e
parent7d05014f0bfd79e11f4ece95da1da0608d25ec60 (diff)
downloadaur-cc42abcdab64d3d2e17fe25b454fb8ad89caebcd.tar.gz
libtpms: 0.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f91d41d211ad..5ad5ef49c118 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtpms
pkgdesc = The libtpms library provides software emulation of a Trusted Platform Module (TPM 1.2)
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/stefanberger/libtpms
arch = i686
@@ -11,8 +11,8 @@ pkgbase = libtpms
depends = openssl
depends = zlib
provides = libtpms
- source = https://github.com/stefanberger/libtpms/archive/v0.6.0.tar.gz
- md5sums = c9301e08d50bc07dab62804261be44d5
+ source = https://github.com/stefanberger/libtpms/archive/v0.7.0.tar.gz
+ md5sums = 4cf548358bf934f4e269b6bf26cd0289
pkgname = libtpms
diff --git a/PKGBUILD b/PKGBUILD
index 3adc66d56052..ceee6e7ab5d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: robertfoster
pkgname=libtpms
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="The libtpms library provides software emulation of a Trusted Platform Module (TPM 1.2)"
arch=('i686' 'x86_64')
@@ -23,4 +23,4 @@ package() {
make DESTDIR="${pkgdir}" install
}
-md5sums=('c9301e08d50bc07dab62804261be44d5')
+md5sums=('4cf548358bf934f4e269b6bf26cd0289')