summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Gene Carlson <kvngncrlsn@gmail.com>2024-04-02 12:36:10 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-04 20:36:43 +0700
commit5658bee7c79cccd72254d43e31908651e0a4f9b7 (patch)
treea9a00a6a08c72e2d72a0f6ab7c765bc855d0a529 /system
parent2d0940bb25fa18f2a9555196e733c7664f828b37 (diff)
downloadslackbuilds-5658bee7c79cccd72254d43e31908651e0a4f9b7.tar.gz
slackbuilds-5658bee7c79cccd72254d43e31908651e0a4f9b7.tar.xz
system/swtpm: Updated for version 0.8.2.
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.SlackBuild4
-rw-r--r--system/swtpm/swtpm.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/system/swtpm/README b/system/swtpm/README
index 5c04d28242..a579a029c4 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.1/readmes.
+the documents in /usr/doc/swtpm-0.8.2/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 a25f2cfacf..f6cd799fa2 100644
--- a/system/swtpm/swtpm.SlackBuild
+++ b/system/swtpm/swtpm.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for swtpm
-# Copyright 2022 K. Eugene Carlson Tsukuba, Japan
+# Copyright 2022-2024 K. Eugene Carlson Tsukuba, Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=swtpm
-VERSION=${VERSION:-0.8.1}
+VERSION=${VERSION:-0.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/swtpm/swtpm.info b/system/swtpm/swtpm.info
index 1ab5651658..fbabd468e2 100644
--- a/system/swtpm/swtpm.info
+++ b/system/swtpm/swtpm.info
@@ -1,8 +1,8 @@
PRGNAM="swtpm"
-VERSION="0.8.1"
+VERSION="0.8.2"
HOMEPAGE="https://github.com/stefanberger/swtpm"
-DOWNLOAD="https://github.com/stefanberger/swtpm/archive/refs/tags/v0.8.1/swtpm-0.8.1.tar.gz"
-MD5SUM="af7d1291850476d935d227d1d62650cd"
+DOWNLOAD="https://github.com/stefanberger/swtpm/archive/refs/tags/v0.8.2/swtpm-0.8.2.tar.gz"
+MD5SUM="773f1b0fbdde470d55e254eedbdc9406"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libtpms trousers python3-twisted"