summaryrefslogtreecommitdiffstats
path: root/system/asbt
diff options
context:
space:
mode:
author Aaditya Bagga2017-05-17 19:17:39 +0200
committer Willy Sudiarto Raharjo2017-05-20 01:54:11 +0200
commit55b861642ba390bf565e4f3361a308cca55aacf5 (patch)
treef942419c336c9da8539cfdb200b3f7af63653d24 /system/asbt
parent9a5269548acb85ed370ef29c68131053e49cfcf3 (diff)
downloadslackbuilds-55b861642ba390bf565e4f3361a308cca55aacf5.tar.gz
system/asbt: Updated for version 1.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/asbt')
-rw-r--r--system/asbt/asbt.SlackBuild10
-rw-r--r--system/asbt/asbt.info8
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=""