diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2020-02-21 21:53:51 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-24 06:10:04 +0700 |
commit | 326b899a4d1ec1687044de045507ea92c4158b84 (patch) | |
tree | b30bc8f9b05392d459def252b72a0a844e39988a /system/slpkg | |
parent | 8a9a6e6589b71318bfdc74f99a89f454a1bea894 (diff) |
system/slpkg: Updated for version 3.8.3.
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 b8de3d279b81..e592b3a6ad30 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.1} +VERSION=${VERSION:-3.8.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index ab69c8b2e257..3323aa37dce0 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="3.8.1" +VERSION="3.8.3" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.8.1/slpkg-3.8.1.tar.gz" -MD5SUM="4c2c7aecc7c08f2acf63ee154f1fe090" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.8.3/slpkg-3.8.3.tar.gz" +MD5SUM="7a4736bec29e07085b8d22a4ce7506b1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3 python-urllib3" |