mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/slpkg: Updated for version 2.6.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
6a7ec965a7
commit
4930e7f7b4
3 changed files with 8 additions and 4 deletions
|
@ -3,3 +3,7 @@ and removes packages on Slackware based systems. It automatically
|
||||||
computes dependencies and figures out what things should occur
|
computes dependencies and figures out what things should occur
|
||||||
to install packages. Slpkg makes it easier to maintain groups
|
to install packages. Slpkg makes it easier to maintain groups
|
||||||
of machines without having to manually update.
|
of machines without having to manually update.
|
||||||
|
|
||||||
|
Optional dependencies:
|
||||||
|
- pygraphviz (for drawing dependencies diagram)
|
||||||
|
- graph-easy (for drawing dependencies ascii diagram)
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=slpkg
|
PRGNAM=slpkg
|
||||||
VERSION=${VERSION:-2.6.3}
|
VERSION=${VERSION:-2.6.8}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="slpkg"
|
PRGNAM="slpkg"
|
||||||
VERSION="2.6.3"
|
VERSION="2.6.8"
|
||||||
HOMEPAGE="https://github.com/dslackw/slpkg"
|
HOMEPAGE="https://github.com/dslackw/slpkg"
|
||||||
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.6.3.tar.gz"
|
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.6.8.tar.gz"
|
||||||
MD5SUM="95ccc27545a259087e0dd0b666cbb686"
|
MD5SUM="4f2df9ad3ffc303373e26200544d4af4"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue