diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2022-09-24 23:08:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-24 23:08:23 +0700 |
commit | b7fa7fd8c54ca18bd11c7bb98d65c61531531628 (patch) | |
tree | 8e8048d3b9189dc9d876bd341704ab5e34316aa6 | |
parent | 346cbe107df7d2fee79290e10d7a70be031e81eb (diff) | |
download | slackbuilds-b7fa7fd8c54ca18bd11c7bb98d65c61531531628.tar.gz |
system/sst: Updated for version 1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/sst/sst.SlackBuild | 2 | ||||
-rw-r--r-- | system/sst/sst.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/sst/sst.SlackBuild b/system/sst/sst.SlackBuild index c4b86ea0b2..27fd110f96 100644 --- a/system/sst/sst.SlackBuild +++ b/system/sst/sst.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sst -VERSION=${VERSION:-1.2} +VERSION=${VERSION:-1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/sst/sst.info b/system/sst/sst.info index 88f840f9c5..1191b70bab 100644 --- a/system/sst/sst.info +++ b/system/sst/sst.info @@ -1,8 +1,8 @@ PRGNAM="sst" -VERSION="1.2" +VERSION="1.3" HOMEPAGE="https://www.intel.com/content/www/us/en/download/715595/" -DOWNLOAD="https://downloadmirror.intel.com/735799/SST_CLI_Linux_1.2.zip" -MD5SUM="0c34a913970d5ab338b3ca50844dd61b" +DOWNLOAD="https://downloadmirror.intel.com/743764/SST_CLI_Linux_1.3.zip" +MD5SUM="cb6a8ea8e08e54220fe271dc361fceb8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |