mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/patool: Updated for version 1.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f5028c53e1
commit
44d784eacc
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=patool
|
||||
VERSION=${VERSION:-1.6}
|
||||
VERSION=${VERSION:-1.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="patool"
|
||||
VERSION="1.6"
|
||||
VERSION="1.7"
|
||||
HOMEPAGE="http://wummel.github.io/patool/"
|
||||
DOWNLOAD="http://wummel.github.io/patool/dist/patool-1.6.tar.gz"
|
||||
MD5SUM="cb6338019e187eaaa59d1316b211ddae"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/patool/patool-1.7.tar.gz"
|
||||
MD5SUM="bfc8556500bd6a53f6c716080c799ad3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue