system/sst: Updated for version 1.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9226dc60b2
commit
35df5d6107
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for sst
|
||||
|
||||
# Copyright 2022-2023, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2022-2024, Alexander Verbovetsky, Moscow, Russia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sst
|
||||
VERSION=${VERSION:-1.11}
|
||||
VERSION=${VERSION:-1.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sst"
|
||||
VERSION="1.11"
|
||||
VERSION="1.12"
|
||||
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-11/sst-cli-linux-rpm--1-11.zip"
|
||||
MD5SUM="91e1eb351a9963d77236436f4aee0edd"
|
||||
DOWNLOAD="https://sdmsdfwdriver.blob.core.windows.net/files/kba-gcc/drivers-downloads/ka-00085/sst--1-12/sst-cli-linux-rpm--1-12.zip"
|
||||
MD5SUM="182e41d054ddc72e4121ae2e7a757257"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue