system/asbt: Updated for version 2.0.0.

This commit is contained in:
Aaditya Bagga 2019-09-11 12:14:43 +05:30 committed by Willy Sudiarto Raharjo
parent d07df6f18d
commit e3f410f2bd
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 6 additions and 5 deletions

View file

@ -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}

View file

@ -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=""

View file

@ -1,3 +1,4 @@
config() {
NEW="$1"
OLD="$(dirname $NEW)/$(basename $NEW .new)"