system/asbt: Updated for version 0.8.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
31f4d38992
commit
b812dde73a
|
@ -26,4 +26,4 @@ adjust according to your wish, are:
|
|||
5) editor="/usr/bin/vim"
|
||||
# Editor for viewing/editing slackbuilds.
|
||||
|
||||
These variables can also be configured via editing /etc/asbt/asbt.conf
|
||||
These variables can be configured via editing /etc/asbt/asbt.conf
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=asbt
|
||||
VERSION=${VERSION:-0.8.4}
|
||||
VERSION=${VERSION:-0.8.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
ARCH=noarch
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="asbt"
|
||||
VERSION="0.8.4"
|
||||
VERSION="0.8.5"
|
||||
HOMEPAGE="http://github.com/aadityabagga/asbt"
|
||||
DOWNLOAD="http://github.com/aadityabagga/asbt/archive/0.8.4.tar.gz"
|
||||
MD5SUM="3db9c27209c7130ddc94266b63561205"
|
||||
DOWNLOAD="http://github.com/aadityabagga/asbt/archive/0.8.5.tar.gz"
|
||||
MD5SUM="5f0e44fef9648bdb6c4274ac8613ff9f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="aaditya"
|
||||
MAINTAINER="Aaditya Bagga"
|
||||
EMAIL="aaditya_gnulinux@zoho.com"
|
||||
|
|
|
@ -14,6 +14,6 @@ asbt:
|
|||
asbt: It supports searching, displaying info, getting, building,
|
||||
asbt: and installing/removing/upgrading packages.
|
||||
asbt:
|
||||
asbt: URL- https://github.com/aadityabagga/asbt
|
||||
asbt: URL- http://github.com/aadityabagga/asbt
|
||||
asbt:
|
||||
asbt:
|
||||
|
|
Loading…
Reference in New Issue