diff options
author | Vladimir MyRequiem <mrvladislavovich@gmail.com> | 2018-06-10 11:46:15 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:13:27 +0100 |
commit | cafd367bf0526068e4ef29b055ffcd6d5dcebbb2 (patch) | |
tree | 9ad5663370b76b0421febf9a8c3be6a9128315a1 | |
parent | 979e8d28f7bb0bc639a04968b37cdcc497f664f4 (diff) |
system/spman: Updated for version 1.5.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | system/spman/README | 2 | ||||
-rw-r--r-- | system/spman/spman.SlackBuild | 2 | ||||
-rw-r--r-- | system/spman/spman.info | 6 |
3 files changed, 6 insertions, 4 deletions
diff --git a/system/spman/README b/system/spman/README index 5069ec2b44e0..8b22923557b9 100644 --- a/system/spman/README +++ b/system/spman/README @@ -4,6 +4,8 @@ and licensed under the MIT license. Main features: - check packages for upgrade - download package or source code from allowed repositories + - upgrade packages in the current directory + - remove packages in the current directory - download, build and install package(s) in the queue from SBo repository - show list all dependencies for package from SBo repository diff --git a/system/spman/spman.SlackBuild b/system/spman/spman.SlackBuild index eda2179290ee..c40cec30af12 100644 --- a/system/spman/spman.SlackBuild +++ b/system/spman/spman.SlackBuild @@ -28,7 +28,7 @@ PRGNAM=spman -VERSION=${VERSION:-1.5.3} +VERSION=${VERSION:-1.5.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/spman/spman.info b/system/spman/spman.info index 7eb7ce91d492..c4b9984907c7 100644 --- a/system/spman/spman.info +++ b/system/spman/spman.info @@ -1,8 +1,8 @@ PRGNAM="spman" -VERSION="1.5.3" +VERSION="1.5.4" HOMEPAGE="https://github.com/MyRequiem/spman" -DOWNLOAD="https://github.com/MyRequiem/spman/archive/1.5.3/spman-1.5.3.tar.gz" -MD5SUM="b43a1def97283d7346ce88bd217a0e24" +DOWNLOAD="https://github.com/MyRequiem/spman/archive/1.5.4/spman-1.5.4.tar.gz" +MD5SUM="9096f25e2909be7ca3b8823b53f82699" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |