diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2020-02-06 11:07:19 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 01:58:27 +0700 |
commit | 960bca1643f56ff4393a9339847467a8f8a7c361 (patch) | |
tree | d6d185ff8cf31ce80dc1ab3f7ad4439b98da8eba /system | |
parent | 833dea650f2915f9769c9969ed3d6674858a3fac (diff) | |
download | slackbuilds-960bca1643f56ff4393a9339847467a8f8a7c361.tar.gz |
system/asbt: Updated for version 2.1.1.
Diffstat (limited to 'system')
-rw-r--r-- | system/asbt/README.Slackware | 3 | ||||
-rw-r--r-- | system/asbt/asbt.SlackBuild | 4 | ||||
-rw-r--r-- | system/asbt/asbt.info | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/system/asbt/README.Slackware b/system/asbt/README.Slackware index 259969778c..c1c3728cdb 100644 --- a/system/asbt/README.Slackware +++ b/system/asbt/README.Slackware @@ -1,5 +1,4 @@ -The variables used in the script, which you would probably -adjust according to your wish, are: +Some variables used in the script: 1) REPODIR="$HOME/slackbuilds" # Repository for slackbuilds. diff --git a/system/asbt/asbt.SlackBuild b/system/asbt/asbt.SlackBuild index 94668c93e9..bcc5aa17ba 100644 --- a/system/asbt/asbt.SlackBuild +++ b/system/asbt/asbt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for asbt -# Copyright 2014-2019 Aaditya Bagga <aaditya_gnulinux@zoho.com> +# Copyright 2014-2020 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:-2.0.0} +VERSION=${VERSION:-2.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/asbt/asbt.info b/system/asbt/asbt.info index 213c092236..d8bd20df07 100644 --- a/system/asbt/asbt.info +++ b/system/asbt/asbt.info @@ -1,8 +1,8 @@ PRGNAM="asbt" -VERSION="2.0.0" +VERSION="2.1.1" HOMEPAGE="https://github.com/aadityabagga/asbt" -DOWNLOAD="https://github.com/aadityabagga/asbt/archive/2.0.0.tar.gz" -MD5SUM="d2d3f6f39c8607dee90af435d0789ea9" +DOWNLOAD="https://github.com/aadityabagga/asbt/archive/2.1.1.tar.gz" +MD5SUM="22a9bda61fc6eb4124ecf13a9ece85aa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |