mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/slpkg: Updated for version 1.2.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cb5d0bf28f
commit
62e466de8c
4 changed files with 8 additions and 6 deletions
|
@ -2,3 +2,5 @@ Slpkg is a terminal tool , written in Python that allows the
|
|||
build, upgrade, remove, find and view Slackware packages contents.
|
||||
It's a quick and easy way to manage your packages in slackware
|
||||
to a command.
|
||||
You also can check if your packages are up to date or show the
|
||||
dependencies.
|
||||
|
|
|
@ -12,8 +12,8 @@ slpkg: Slpkg is a terminal tool , written in Python that allows the
|
|||
slpkg: build, upgrade, remove, find and view Slackware packages contents.
|
||||
slpkg: It's a quick and easy way to manage your packages in slackware
|
||||
slpkg: to a command.
|
||||
slpkg: You also can check if your packages are up to date or show the
|
||||
slpkg: dependencies.
|
||||
slpkg:
|
||||
slpkg: Homepage: https://github.com/dslackw/slpkg
|
||||
slpkg:
|
||||
slpkg:
|
||||
slpkg:
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=slpkg
|
||||
VERSION=${VERSION:-1.1.3}
|
||||
VERSION=${VERSION:-1.2.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="slpkg"
|
||||
VERSION="1.1.3"
|
||||
VERSION="1.2.9"
|
||||
HOMEPAGE="https://github.com/dslackw/slpkg"
|
||||
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.1.3.tar.gz"
|
||||
MD5SUM="c7a3b83e63da736ea968e5ca9185656f"
|
||||
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.2.9.tar.gz"
|
||||
MD5SUM="243f624ee8975f892c4525d4533ab47d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue