system/asbt: Updated for version 1.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Aaditya Bagga 2015-01-30 20:51:09 +07:00 committed by Willy Sudiarto Raharjo
parent 7fc8b53c3c
commit 56a61c2f5d
3 changed files with 7 additions and 10 deletions

View File

@ -19,7 +19,7 @@ adjust according to your wish, are:
# Editor for viewing/editing slackbuilds.
6) buildflags="MAKEFLAGS=-j2"
# Common build flags specified while building packages
# Common build flags specified while building packages.
7) ignore=""
# Packages to ignore when checking for updates.

View File

@ -2,7 +2,7 @@
# Slackware build script for asbt
# Copyright 2014 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# Copyright 2014-2015 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=asbt
VERSION=${VERSION:-1.1}
BUILD=${BUILD:-1}
VERSION=${VERSION:-1.2}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
ARCH=noarch
@ -53,9 +53,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Fix incorrect version in makefile
sed -i 's|VER = 1.0|VER = 1.1|' makefile
make install DESTDIR=$PKG
# Preserve config file

View File

@ -1,8 +1,8 @@
PRGNAM="asbt"
VERSION="1.1"
VERSION="1.2"
HOMEPAGE="http://github.com/aadityabagga/asbt"
DOWNLOAD="http://github.com/aadityabagga/asbt/archive/1.1.tar.gz"
MD5SUM="542ffcdbe746006c3571c6f1773a7744"
DOWNLOAD="http://github.com/aadityabagga/asbt/archive/1.2.tar.gz"
MD5SUM="65943c48f3d136055aa19907816e69de"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""