mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/swtpm: Updated for version 0.8.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1c6ece185d
commit
63847ca8c8
3 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ Please note that the swtpm command will emulate TPM 1.2 unless it is
|
|||
called with "--tpm2".
|
||||
|
||||
For more information about the different tools provided by swtpm, see
|
||||
the documents in /usr/doc/swtpm-0.7.3/readmes.
|
||||
the documents in /usr/doc/swtpm-0.8.0/readmes.
|
||||
|
||||
The user and group for TSS are both "tss" by default, and should have
|
||||
been created before compiling the trousers package.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=swtpm
|
||||
VERSION=${VERSION:-0.7.3}
|
||||
VERSION=${VERSION:-0.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="swtpm"
|
||||
VERSION="0.7.3"
|
||||
VERSION="0.8.0"
|
||||
HOMEPAGE="https://github.com/stefanberger/swtpm"
|
||||
DOWNLOAD="https://github.com/stefanberger/swtpm/archive/refs/tags/v0.7.3/swtpm-0.7.3.tar.gz"
|
||||
DOWNLOAD="https://github.com/stefanberger/swtpm/archive/refs/tags/v0.8.0/swtpm-0.8.0.tar.gz"
|
||||
MD5SUM="cd3a35094cbc627c07dd4d54c56c8e5b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue