* update libtpms to 0.9.6-1.1

This commit is contained in:
Alexander Baldeck 2024-10-17 20:22:14 +02:00
parent 637c37fd1a
commit 5a78a0002a
2 changed files with 21 additions and 1 deletions

19
libtpms/.SRCINFO Normal file
View File

@ -0,0 +1,19 @@
pkgbase = libtpms
pkgdesc = Library providing a software emulation of a Trusted Platform Module (TPM 1.2 and TPM 2.0)
pkgver = 0.9.6
pkgrel = 1.1
url = https://github.com/stefanberger/libtpms
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = BSD
makedepends = git
depends = openssl
options = !lto
source = git+https://github.com/stefanberger/libtpms.git?signed#tag=fccd9f0ec5febf75ccec2742e75889cdfa329e53
validpgpkeys = B818B9CADF9089C2D5CEC66B75AD65802A0B4211
sha512sums = SKIP
pkgname = libtpms

View File

@ -3,13 +3,14 @@
pkgname=libtpms
pkgver=0.9.6
_tag=fccd9f0ec5febf75ccec2742e75889cdfa329e53 # git rev-parse "v$pkgver"
pkgrel=1
pkgrel=1.1
pkgdesc='Library providing a software emulation of a Trusted Platform Module (TPM 1.2 and TPM 2.0)'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/stefanberger/libtpms'
license=('BSD')
depends=('openssl')
makedepends=('git')
options=(!lto)
source=("git+$url.git?signed#tag=$_tag")
sha512sums=('SKIP')
validpgpkeys=('B818B9CADF9089C2D5CEC66B75AD65802A0B4211') # Stefan Berger <stefanb@linux.vnet.ibm.com>