diff options
-rw-r--r-- | system/asbt/asbt.SlackBuild | 10 | ||||
-rw-r--r-- | system/asbt/asbt.info | 8 |
2 files changed, 7 insertions, 11 deletions
diff --git a/system/asbt/asbt.SlackBuild b/system/asbt/asbt.SlackBuild index a9a0bec8e2..fc421d9466 100644 --- a/system/asbt/asbt.SlackBuild +++ b/system/asbt/asbt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for asbt -# Copyright 2014-2015 Aaditya Bagga <aaditya_gnulinux@zoho.com> +# Copyright 2014-2017 Aaditya Bagga <aaditya_gnulinux@zoho.com> # 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=asbt -VERSION=${VERSION:-1.8.0} +VERSION=${VERSION:-1.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,11 +40,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -if [ -e $CWD/$VERSION.tar.gz ]; then - tar xvf $CWD/$VERSION.tar.gz -else - tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -fi +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/system/asbt/asbt.info b/system/asbt/asbt.info index fdf2ab5865..8e51014c88 100644 --- a/system/asbt/asbt.info +++ b/system/asbt/asbt.info @@ -1,8 +1,8 @@ PRGNAM="asbt" -VERSION="1.8.0" -HOMEPAGE="http://github.com/aadityabagga/asbt" -DOWNLOAD="http://github.com/aadityabagga/asbt/archive/1.8.0.tar.gz" -MD5SUM="840e74f2baae6710ff9e6930772ea84b" +VERSION="1.8.1" +HOMEPAGE="https://github.com/aadityabagga/asbt" +DOWNLOAD="https://github.com/aadityabagga/asbt/archive/1.8.1/asbt-1.8.1.tar.gz" +MD5SUM="9c66d973576e3bec5bdf1ef50368cb16" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |