diff options
author | Arn0 <yth@ythogtha.org> | 2023-02-28 09:47:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:33 +0700 |
commit | 4e6a1dc94556bb12ad2782b65a84cbc4f560d850 (patch) | |
tree | 4cf86ba84122420c0481a6a500fab27d219d3717 /system | |
parent | 77bdbb8adaec550f3b390aadbfa8c257e5c5704e (diff) |
system/jdupes: Updated for version 1.21.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 ec6cb28155afc..b8f8ca3a8d536 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.1} +VERSION=${VERSION:-1.21.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/jdupes/jdupes.info b/system/jdupes/jdupes.info index b1597ef3caacb..fb34242028ab5 100644 --- a/system/jdupes/jdupes.info +++ b/system/jdupes/jdupes.info @@ -1,8 +1,8 @@ PRGNAM="jdupes" -VERSION="1.21.1" +VERSION="1.21.3" HOMEPAGE="https://github.com/jbruchon/jdupes" -DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.21.1/jdupes-1.21.1.tar.gz" -MD5SUM="fe7426e930e6f9f543cc07d7ae15cde7" +DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.21.3/jdupes-1.21.3.tar.gz" +MD5SUM="3379afa8c343f21712f96d03d48e1712" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |