mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/asbt: Updated for version 1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d6e953d1a1
commit
1914bb5ca0
2 changed files with 6 additions and 6 deletions
|
@ -23,15 +23,15 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=asbt
|
||||
VERSION=${VERSION:-1.2}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
ARCH=noarch
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/$PRGNAM
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -e
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="asbt"
|
||||
VERSION="1.2"
|
||||
VERSION="1.3"
|
||||
HOMEPAGE="http://github.com/aadityabagga/asbt"
|
||||
DOWNLOAD="http://github.com/aadityabagga/asbt/archive/1.2.tar.gz"
|
||||
MD5SUM="65943c48f3d136055aa19907816e69de"
|
||||
DOWNLOAD="http://github.com/aadityabagga/asbt/archive/1.3.tar.gz"
|
||||
MD5SUM="f63b6d8437ba1128c85cc0fc210238ee"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue