mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/asbt: Updated for version 2.0.0.
This commit is contained in:
parent
d07df6f18d
commit
e3f410f2bd
3 changed files with 6 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
config() {
|
||||
NEW="$1"
|
||||
OLD="$(dirname $NEW)/$(basename $NEW .new)"
|
||||
|
|
Loading…
Reference in a new issue