system/ecm-tools: Updated for version 1.0.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
509d8888c2
commit
a0ebb2eefa
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ecm-tools
|
||||
|
||||
# Copyright 2016 Hunter Sezen California, USA
|
||||
# Copyright 2016, 2018 Hunter Sezen California, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ecm-tools
|
||||
VERSION=${VERSION:-2015.01.21_55365b0}
|
||||
VERSION=${VERSION:-1.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,13 +54,13 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -eu
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ecm-tools"
|
||||
VERSION="2015.01.21_55365b0"
|
||||
VERSION="1.0.3"
|
||||
HOMEPAGE="https://github.com/alucryd/ecm-tools"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/ecm-tools-2015.01.21_55365b0.tar.xz"
|
||||
MD5SUM="503ac1398b2434971081dd5ec70bed15"
|
||||
DOWNLOAD="https://github.com/alucryd/ecm-tools/archive/v1.0.3/ecm-tools-1.0.3.tar.gz"
|
||||
MD5SUM="3f06496a0ae14c740f4a8b80ece4bfb9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue