mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/slpkg: Updated for version 1.8.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8da77ecfea
commit
f6860c4762
4 changed files with 8 additions and 6 deletions
|
@ -15,10 +15,12 @@ Features:
|
|||
- Build and install all in a command
|
||||
- Checking for updated packages
|
||||
- List all installed packages
|
||||
- Support MD5SUM file check
|
||||
- Find installed package
|
||||
- Read SlackBuilds files
|
||||
- Τracking dependencies
|
||||
- No dependencies
|
||||
- Build log file
|
||||
- Sum build time
|
||||
|
||||
It's a quick and easy way to manage your packages in Slackware
|
||||
to a command.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
slpkg: slpkg (Slackware tool in Python)
|
||||
slpkg: slpkg (Slackware packaging tool)
|
||||
slpkg:
|
||||
slpkg: Slpkg is a terminal multitool in order to easy use Slackware
|
||||
slpkg: packages. It's a quick and easy way to manage your packages in
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=slpkg
|
||||
VERSION=${VERSION:-1.7.6}
|
||||
VERSION=${VERSION:-1.8.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="slpkg"
|
||||
VERSION="1.7.6"
|
||||
VERSION="1.8.5"
|
||||
HOMEPAGE="https://github.com/dslackw/slpkg"
|
||||
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.7.6.tar.gz"
|
||||
MD5SUM="23814ad95e62727aa11e377ccf5b19ea"
|
||||
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.8.5.tar.gz"
|
||||
MD5SUM="4abc34d4889d7be889246bf580b56936"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue