diff options
author | Arn0 <yth@ythogtha.org> | 2023-04-11 09:44:09 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:33 +0700 |
commit | ae216d46b089f2f4ce47095ef6f525bfd03ce6d6 (patch) | |
tree | 7c17eefd2fbf9a416ea6a7e8e2789559fc4b0199 /system/jdupes | |
parent | 20326326c88c5cc8bc7a69a9f0c036f7cdf386b4 (diff) |
system/jdupes: Updated for version 1.22.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/jdupes/jdupes.SlackBuild b/system/jdupes/jdupes.SlackBuild index b8f8ca3a8d53..c3bdc8c5129a 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.21.3} +VERSION=${VERSION:-1.22.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/jdupes/jdupes.info b/system/jdupes/jdupes.info index fb34242028ab..0223512e1498 100644 --- a/system/jdupes/jdupes.info +++ b/system/jdupes/jdupes.info @@ -1,10 +1,10 @@ PRGNAM="jdupes" -VERSION="1.21.3" +VERSION="1.22.0" HOMEPAGE="https://github.com/jbruchon/jdupes" -DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.21.3/jdupes-1.21.3.tar.gz" -MD5SUM="3379afa8c343f21712f96d03d48e1712" +DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.22.0/jdupes-1.22.0.tar.gz" +MD5SUM="a706775e154861630b016391a4f5f63e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="libjodycode" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |