summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Aaditya Bagga2019-09-11 08:44:43 +0200
committer Willy Sudiarto Raharjo2019-09-13 18:45:24 +0200
commite3f410f2bd905ed57c551d833253af802c17bc84 (patch)
treeb781dabd468c3c0fdbd2917ac9232533d60c9c8a /system
parentd07df6f18db83b04c836367b63849e4bde6ac3bb (diff)
downloadslackbuilds-e3f410f2bd905ed57c551d833253af802c17bc84.tar.gz
system/asbt: Updated for version 2.0.0.
Diffstat (limited to 'system')
-rw-r--r--system/asbt/asbt.SlackBuild4
-rw-r--r--system/asbt/asbt.info6
-rw-r--r--system/asbt/doinst.sh1
3 files changed, 6 insertions, 5 deletions
diff --git a/system/asbt/asbt.SlackBuild b/system/asbt/asbt.SlackBuild
index e906a7bd77..94668c93e9 100644
--- a/system/asbt/asbt.SlackBuild
+++ b/system/asbt/asbt.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for asbt
-# Copyright 2014-2018 Aaditya Bagga <aaditya_gnulinux@zoho.com>
+# Copyright 2014-2019 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.9.2}
+VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/asbt/asbt.info b/system/asbt/asbt.info
index 4450b15332..213c092236 100644
--- a/system/asbt/asbt.info
+++ b/system/asbt/asbt.info
@@ -1,8 +1,8 @@
PRGNAM="asbt"
-VERSION="1.9.2"
+VERSION="2.0.0"
HOMEPAGE="https://github.com/aadityabagga/asbt"
-DOWNLOAD="https://github.com/aadityabagga/asbt/archive/1.9.2.tar.gz"
-MD5SUM="727e6ca50630daedff3d0a4725529c2b"
+DOWNLOAD="https://github.com/aadityabagga/asbt/archive/2.0.0.tar.gz"
+MD5SUM="d2d3f6f39c8607dee90af435d0789ea9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/asbt/doinst.sh b/system/asbt/doinst.sh
index a989c1290e..84e435b430 100644
--- a/system/asbt/doinst.sh
+++ b/system/asbt/doinst.sh
@@ -1,3 +1,4 @@
+
config() {
NEW="$1"
OLD="$(dirname $NEW)/$(basename $NEW .new)"