diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2020-03-06 17:52:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-07 14:06:32 +0700 |
commit | 06630a01cb8d91109ea50181179201193c313ac2 (patch) | |
tree | dfbb1778e7780986c4c7ffde6c8149c0317dfc99 /system/slpkg | |
parent | 5e7d237c89c33cd199fa0d1fb666d5f5a9cebd16 (diff) | |
download | slackbuilds-06630a01cb8d91109ea50181179201193c313ac2.tar.gz |
system/slpkg: Updated for version 3.8.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/slpkg')
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 2 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 677738ac07..34259c2908 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:-3.8.4} +VERSION=${VERSION:-3.8.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index dfcfcc66d9..d37b80702a 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="3.8.4" +VERSION="3.8.5" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.8.4/slpkg-3.8.4.tar.gz" -MD5SUM="5a622c35ad6c8bd5a0a6bce2ea73d1dc" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.8.5/slpkg-3.8.5.tar.gz" +MD5SUM="030bc3e2c9a82c95cbd8647872979652" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3 python-urllib3" |