diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2024-06-07 17:19:25 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-08 16:24:17 +0700 |
commit | 118f41234af898cff42650fd3c4ba88df1d2f621 (patch) | |
tree | 55c6f39fcd28e007da5d008490ab279b0573bca7 | |
parent | cf0ecbb457a2ca075f77498a180046583e1fdd4f (diff) |
system/slpkg: Updated for version 5.1.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 2 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index c005af0afc886..7c219db719b24 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slpkg -VERSION=${VERSION:-5.0.9} +VERSION=${VERSION:-5.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index c9603d3bd1521..3d40bcd56cb8a 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,10 +1,10 @@ PRGNAM="slpkg" -VERSION="5.0.9" +VERSION="5.1.0" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/5.0.9/slpkg-5.0.9.tar.gz" -MD5SUM="81d334d133802fe2113867ef5e7aa1ac" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/5.1.0/slpkg-5.1.0.tar.gz" +MD5SUM="b2ab9a20630e4b5892ab0ac24241bd2a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-build python3-pythondialog" +REQUIRES="python3-tomlkit python3-pythondialog" MAINTAINER="Dimitris Zlatanidis" EMAIL="dslackw@gmail.com" |