diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-12-22 06:43:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 07:10:17 +0700 |
commit | d918c40c51afb0176e25a5f4eb7b983711a0fb8e (patch) | |
tree | 031f6743d214de6a25b8b06cb3abcd9a5d50e4d7 /system | |
parent | 07bd82573adcd6c6c70024cc02c4fce154eeb32f (diff) |
system/sst: Updated for version 1.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/sst/sst.SlackBuild | 3 | ||||
-rw-r--r-- | system/sst/sst.info | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/system/sst/sst.SlackBuild b/system/sst/sst.SlackBuild index 8535b895155c..45c2400ff6ba 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.10} +VERSION=${VERSION:-1.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -87,7 +87,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mv $PKG/usr/share/doc/sst $PKG/usr/doc/$PRGNAM-$VERSION/Licenses rmdir $PKG/usr/share/doc $PKG/usr/share -mv -f *License*.pdf $PKG/usr/doc/$PRGNAM-$VERSION/Licenses cp -a *.pdf $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/sst/sst.info b/system/sst/sst.info index 71e760712996..8b4d8c33a9cf 100644 --- a/system/sst/sst.info +++ b/system/sst/sst.info @@ -1,8 +1,8 @@ PRGNAM="sst" -VERSION="1.10" +VERSION="1.11" HOMEPAGE="https://www.solidigm.com/support-page/drivers-downloads/ka-00085.html" -DOWNLOAD="https://sdmsdfwdriver.blob.core.windows.net/files/kba-gcc/drivers-downloads/ka-00085/sst--1-10/sst-cli-linux-rpm--1-10.zip" -MD5SUM="853dc4ae7a5ed8a40e745e306e1776a5" +DOWNLOAD="https://sdmsdfwdriver.blob.core.windows.net/files/kba-gcc/drivers-downloads/ka-00085/sst--1-11/sst-cli-linux-rpm--1-11.zip" +MD5SUM="91e1eb351a9963d77236436f4aee0edd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |