system/asbt: Updated for version 1.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5d74e266f9
commit
8380d886c8
|
@ -8,7 +8,7 @@ adjust according to your wish, are:
|
||||||
# Where the downloaded source packages are to be placed.
|
# Where the downloaded source packages are to be placed.
|
||||||
# Leave it blank for saving it in the same directory as the slackbuild.
|
# Leave it blank for saving it in the same directory as the slackbuild.
|
||||||
|
|
||||||
3) outdir="$HOME/packages"
|
3) outdir="$HOME/pkg"
|
||||||
# Where the build package will be placed.
|
# Where the build package will be placed.
|
||||||
# Leave it blank for putting it in /tmp.
|
# Leave it blank for putting it in /tmp.
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=asbt
|
PRGNAM=asbt
|
||||||
VERSION=${VERSION:-1.6.1}
|
VERSION=${VERSION:-1.6.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="asbt"
|
PRGNAM="asbt"
|
||||||
VERSION="1.6.1"
|
VERSION="1.6.2"
|
||||||
HOMEPAGE="http://github.com/aadityabagga/asbt"
|
HOMEPAGE="http://github.com/aadityabagga/asbt"
|
||||||
DOWNLOAD="http://github.com/aadityabagga/asbt/archive/1.6.1.tar.gz"
|
DOWNLOAD="http://github.com/aadityabagga/asbt/archive/1.6.2.tar.gz"
|
||||||
MD5SUM="17f3dda98aab23ab1e1302b5ad56856e"
|
MD5SUM="17d0e6749ac7e028b2ea4102ffa6f5b2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
asbt: asbt (tool for managing packages in slackbuilds local repository)
|
asbt: asbt (tool for managing packages in slackbuilds local repository)
|
||||||
asbt:
|
asbt:
|
||||||
asbt: asbt acts like a package manager for your local copy of slackbuilds,
|
asbt: asbt is a tool for managing packages in your local copy
|
||||||
asbt: which can be obtained from slackbuilds.org (SBo).
|
asbt: of slackbuilds, which can be obtained from slackbuilds.org (SBo).
|
||||||
asbt:
|
asbt:
|
||||||
asbt: It supports searching, displaying info, getting, building,
|
asbt: It supports searching, displaying info, getting, building,
|
||||||
asbt: and installing/removing/upgrading packages.
|
asbt: and installing/removing/upgrading packages.
|
||||||
|
|
Loading…
Reference in New Issue