mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/isdct: Updated for version 3.0.11.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
696b430745
commit
baf467636a
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=isdct
|
||||
VERSION=${VERSION:-3.0.10}
|
||||
VERSION=${VERSION:-3.0.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -56,7 +56,7 @@ rm -rf $PRGNAM-$VERSION
|
|||
mkdir -p $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
|
||||
unzip $CWD/Intel_SSD_Data_Center_Tool_${VERSION}*Linux.zip
|
||||
unzip $CWD/Intel_SSD_Data_Center_Tool_${VERSION//./_}*Linux.zip
|
||||
rpm2cpio isdct-${VERSION}.*.$RPMARCH.rpm | cpio -imdv
|
||||
|
||||
chown -R root:root .
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="isdct"
|
||||
VERSION="3.0.10"
|
||||
HOMEPAGE="https://downloadcenter.intel.com/download/27497/Intel-SSD-Data-Center-Tool"
|
||||
DOWNLOAD="https://downloadmirror.intel.com/27497/eng/Intel_SSD_Data_Center_Tool_3.0.10_Linux.zip"
|
||||
MD5SUM="b62fbfb851b6245526b4340e2a078c38"
|
||||
VERSION="3.0.11"
|
||||
HOMEPAGE="https://downloadcenter.intel.com/download/27666/Intel-SSD-Data-Center-Tool"
|
||||
DOWNLOAD="https://downloadmirror.intel.com/27666/eng/Intel_SSD_Data_Center_Tool_3_0_11_Linux.zip"
|
||||
MD5SUM="ffe2b1e588eeb417320a23fab9f136f2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue