diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-12-05 07:18:47 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-06 07:15:07 +0700 |
commit | f82e5ce047cbc714dad150d257645cfc5973046a (patch) | |
tree | 0d4262d49106f1472b44f4d29b5f156eedf55631 /system/slpkg | |
parent | e271cc069ba5c8f52eca4e36c1a1888e7d7c0baf (diff) | |
download | slackbuilds-f82e5ce047cbc714dad150d257645cfc5973046a.tar.gz |
system/slpkg: Updated for version 2.1.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/slpkg')
-rw-r--r-- | system/slpkg/README | 12 | ||||
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 2 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
3 files changed, 6 insertions, 14 deletions
diff --git a/system/slpkg/README b/system/slpkg/README index ef8128b89b..a16fcebb38 100644 --- a/system/slpkg/README +++ b/system/slpkg/README @@ -1,13 +1,5 @@ Slpkg is Open Source software written in Python language. -It's use is for managing packages in Slackware linux -distribution. Supported Repositories: - -- SBo - slackbuilds.org -- Slack - slackware.com -- Alien - alien bob -- Slacky - slacky.eu -- Robby's - rworkman's - +It's use is for managing packages in Slackware linux distribution. Slpkg works in accordance with the standards of the organization -slackbuilds.org to builds packages. Also uses the Slackware linux +slackbuilds.org to builds packages. Also uses the Slackware linux instructions for installation, upgrading or removing packages. diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index bc74acc137..2bfe8b3ff7 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=slpkg -VERSION=${VERSION:-2.0.9} +VERSION=${VERSION:-2.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 03370364fa..d3a423c7b7 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="2.0.9" +VERSION="2.1.2" HOMEPAGE="https://github.com/dslackw/slpkg" -DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.0.9.tar.gz" -MD5SUM="521093a1793a8d4d71d529c55f06299c" +DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.1.2.tar.gz" +MD5SUM="af2f069ba80c43c7267859386c21c597" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |