diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2019-09-11 12:14:43 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-13 23:45:24 +0700 |
commit | e3f410f2bd905ed57c551d833253af802c17bc84 (patch) | |
tree | b781dabd468c3c0fdbd2917ac9232533d60c9c8a /system/asbt/asbt.SlackBuild | |
parent | d07df6f18db83b04c836367b63849e4bde6ac3bb (diff) |
system/asbt: Updated for version 2.0.0.
Diffstat (limited to 'system/asbt/asbt.SlackBuild')
-rw-r--r-- | system/asbt/asbt.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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} |