diff options
author | K. Eugene Carlson <kvngncrlsn@gmail.com> | 2022-11-11 15:11:18 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 22:33:08 +0700 |
commit | 63847ca8c88efe7cbad832e2af9ae6de143fcb10 (patch) | |
tree | 73fca4d619c1480211a3676393b0e605292d3ecc /system | |
parent | 1c6ece185d2dc0c340c1fc45050735fba9e388ca (diff) | |
download | slackbuilds-63847ca8c88efe7cbad832e2af9ae6de143fcb10.tar.gz |
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>
Diffstat (limited to 'system')
-rw-r--r-- | system/swtpm/README | 2 | ||||
-rw-r--r-- | system/swtpm/swtpm.SlackBuild | 2 | ||||
-rw-r--r-- | system/swtpm/swtpm.info | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/system/swtpm/README b/system/swtpm/README index d193999a4a..fd20e3d878 100644 --- a/system/swtpm/README +++ b/system/swtpm/README @@ -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. diff --git a/system/swtpm/swtpm.SlackBuild b/system/swtpm/swtpm.SlackBuild index b262858f6a..54bbc798c6 100644 --- a/system/swtpm/swtpm.SlackBuild +++ b/system/swtpm/swtpm.SlackBuild @@ -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} diff --git a/system/swtpm/swtpm.info b/system/swtpm/swtpm.info index 823aa0d368..1afbf05569 100644 --- a/system/swtpm/swtpm.info +++ b/system/swtpm/swtpm.info @@ -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="" |