diff options
author | Arn0 <yth@ythogtha.org> | 2023-06-14 12:07:40 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-15 21:39:15 +0700 |
commit | 25d2a90264126e45eb85e45559cd4cff1c88f67b (patch) | |
tree | c4be5cf50fa7137c1d6729d73c7eb7e2de023eaf /system/jdupes | |
parent | 1785cf0a8c16e2c2ae4dc242b73321d174389d45 (diff) |
system/jdupes: updated for version 1.24.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/jdupes')
-rw-r--r-- | system/jdupes/jdupes.SlackBuild | 2 | ||||
-rw-r--r-- | system/jdupes/jdupes.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/jdupes/jdupes.SlackBuild b/system/jdupes/jdupes.SlackBuild index e78df5141f2f..7f9501176ade 100644 --- a/system/jdupes/jdupes.SlackBuild +++ b/system/jdupes/jdupes.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jdupes -VERSION=${VERSION:-1.23.0} +VERSION=${VERSION:-1.24.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/jdupes/jdupes.info b/system/jdupes/jdupes.info index 511fe685ecfc..87312a3bbf21 100644 --- a/system/jdupes/jdupes.info +++ b/system/jdupes/jdupes.info @@ -1,8 +1,8 @@ PRGNAM="jdupes" -VERSION="1.23.0" +VERSION="1.24.0" HOMEPAGE="https://github.com/jbruchon/jdupes" -DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.23.0/jdupes-1.23.0.tar.gz" -MD5SUM="67d34f07878ee42283f7818a77d2435a" +DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.24.0/jdupes-1.24.0.tar.gz" +MD5SUM="fabfaea6185a7bc28e78929ce1f61394" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libjodycode" |