aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorGene Carlson <kvngncrlsn@gmail.com>2023-08-16 23:59:36 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-19 09:15:23 +0700
commit98ce4091ab783920a5f5b3b747c37c1d5d88b4b6 (patch)
tree9abd3a9a238a714528d0d706b6e8c43c57bcf6d9 /system
parentfea18777d1df47eec454c1bfd8ba783d48e200df (diff)
system/swtpm: Updated for version 0.8.1.
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/README2
-rw-r--r--system/swtpm/swtpm.SlackBuild2
-rw-r--r--system/swtpm/swtpm.info6
3 files changed, 5 insertions, 5 deletions
diff --git a/system/swtpm/README b/system/swtpm/README
index 279b71bc5f6e..5c04d282420f 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.8.0/readmes.
+the documents in /usr/doc/swtpm-0.8.1/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 54bbc798c657..a25f2cfacf71 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.8.0}
+VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/swtpm/swtpm.info b/system/swtpm/swtpm.info
index 0c05339e4895..1ab5651658ce 100644
--- a/system/swtpm/swtpm.info
+++ b/system/swtpm/swtpm.info
@@ -1,8 +1,8 @@
PRGNAM="swtpm"
-VERSION="0.8.0"
+VERSION="0.8.1"
HOMEPAGE="https://github.com/stefanberger/swtpm"
-DOWNLOAD="https://github.com/stefanberger/swtpm/archive/refs/tags/v0.8.0/swtpm-0.8.0.tar.gz"
-MD5SUM="1d084c2c4ea4a576e1b109eda86d551a"
+DOWNLOAD="https://github.com/stefanberger/swtpm/archive/refs/tags/v0.8.1/swtpm-0.8.1.tar.gz"
+MD5SUM="af7d1291850476d935d227d1d62650cd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libtpms trousers python3-twisted"