diff options
-rw-r--r-- | system/slpkg/README | 4 | ||||
-rw-r--r-- | system/slpkg/slack-desc | 4 | ||||
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 2 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/system/slpkg/README b/system/slpkg/README index 4413ce8028eb..b4665f85b0d9 100644 --- a/system/slpkg/README +++ b/system/slpkg/README @@ -1,5 +1,5 @@ -Slpkg is a software package manager that installs, updates, and -removes packages on Slackware based systems. It automatically +Slpkg is a powerful software package manager that installs, updates +and removes packages on Slackware based systems. It automatically computes dependencies and figures out what things should occur to install packages. Slpkg makes it easier to maintain groups of machines without having to manually update. diff --git a/system/slpkg/slack-desc b/system/slpkg/slack-desc index 29b511dcd73c..405701cafae3 100644 --- a/system/slpkg/slack-desc +++ b/system/slpkg/slack-desc @@ -8,8 +8,8 @@ |-----handy-ruler------------------------------------------------------| slpkg: slpkg (Slackware Packaging Tool) slpkg: -slpkg: Slpkg is a software package manager that installs, updates, and -slpkg: removes packages on Slackware based systems. It automatically +slpkg: Slpkg is a powerful software package manager that installs, updates +slpkg: and removes packages on Slackware based systems. It automatically slpkg: computes dependencies and figures out what things should occur slpkg: to install packages. Slpkg makes it easier to maintain groups of slpkg: of machines without having to manually update. diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index e921bb06f06b..8bb163584540 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.3.1} +VERSION=${VERSION:-2.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 227ce22d18c3..15f00355033b 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="2.3.1" +VERSION="2.3.3" HOMEPAGE="https://github.com/dslackw/slpkg" -DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.3.1.tar.gz" -MD5SUM="ac61b4952462327f7f06f1d5ea11920d" +DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.3.3.tar.gz" +MD5SUM="1f7b391e2e3e4f414f58660b094775d8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |