diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2022-12-28 16:30:59 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 09:14:39 +0700 |
commit | be10d503e0dcf4a21e8775655f4ee231ae61b7b2 (patch) | |
tree | 62c9ee12b284046ea93b544ae5c39d55a3503feb /system/sst | |
parent | 6134f6180905a7084579782f89c4de6ba91134bf (diff) |
system/sst: Updated for version 1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sst')
-rw-r--r-- | system/sst/slack-desc | 4 | ||||
-rw-r--r-- | system/sst/sst.SlackBuild | 4 | ||||
-rw-r--r-- | system/sst/sst.info | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/system/sst/slack-desc b/system/sst/slack-desc index 8f7f43ce12c9..346b51f20c9b 100644 --- a/system/sst/slack-desc +++ b/system/sst/slack-desc @@ -14,6 +14,6 @@ sst: update capability as well as reading and setting many configuration sst: settings. sst: sst: -sst: Homepage: https://www.intel.com/content/www/us/en/download/715595/ -sst: +sst: Homepage: https://www.solidigm.com/content/solidigm/us/en/ +sst: support-page/drivers-downloads/ka-00085.html sst: diff --git a/system/sst/sst.SlackBuild b/system/sst/sst.SlackBuild index 27fd110f96ae..4f93825d89e3 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.3} +VERSION=${VERSION:-1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -63,7 +63,7 @@ rm -rf $PRGNAM-$VERSION mkdir -p $PRGNAM-$VERSION cd $PRGNAM-$VERSION -unzip "$CWD/${PRGNAM^^}_CLI_Linux_${VERSION}.zip" +unzip "$CWD/${PRGNAM}-cli-linux-rpm--${VERSION/./-}.zip" rpm2cpio ${PRGNAM}-${VERSION}*.$RPMARCH.rpm | cpio -imdv chown -R root:root . diff --git a/system/sst/sst.info b/system/sst/sst.info index 1191b70babd8..67e2bc7ac7ff 100644 --- a/system/sst/sst.info +++ b/system/sst/sst.info @@ -1,8 +1,8 @@ PRGNAM="sst" -VERSION="1.3" -HOMEPAGE="https://www.intel.com/content/www/us/en/download/715595/" -DOWNLOAD="https://downloadmirror.intel.com/743764/SST_CLI_Linux_1.3.zip" -MD5SUM="cb6a8ea8e08e54220fe271dc361fceb8" +VERSION="1.4" +HOMEPAGE="https://www.solidigm.com/content/solidigm/us/en/support-page/drivers-downloads/ka-00085.html" +DOWNLOAD="https://sdmsdfwdriver.blob.core.windows.net/files/kba-gcc/drivers-downloads/ka-00085--sst/sst--1-4/sst-cli-linux-rpm--1-4.zip" +MD5SUM="8e92222012a0f59f7cf2e3cb80ff0170" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |