diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2020-06-04 20:42:37 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-06 10:07:52 +0700 |
commit | fe940df4e28f9db2076687c8c7609ea8231a8bf3 (patch) | |
tree | 4f3c852ea6ec89bd32ebfff82c2183781b6a1b3c /system | |
parent | 24a880656a0f6cc5ed5347038ef99272932e9959 (diff) | |
download | slackbuilds-fe940df4e28f9db2076687c8c7609ea8231a8bf3.tar.gz |
system/slpkg: Updated for version 3.8.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 c3f4bd237c..5ee02e8d47 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.7} +VERSION=${VERSION:-3.8.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 19aa6761e8..8ddaf26c0d 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="3.8.7" +VERSION="3.8.9" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.8.7/slpkg-3.8.7.tar.gz" -MD5SUM="2b41c1d3c21ff61d62cc119ee7def256" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.8.9/slpkg-3.8.9.tar.gz" +MD5SUM="d485c552637b510d2d3b7ff5be093ada" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3 python-urllib3" |