system/slpkg: Updated for version 2.6.8.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-07-31 17:59:29 +03:00 committed by Willy Sudiarto Raharjo
parent 6a7ec965a7
commit 4930e7f7b4
3 changed files with 8 additions and 4 deletions

View file

@ -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)

View file

@ -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}

View file

@ -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=""