diff options
author | Arn0 <yth@ythogtha.org> | 2022-12-30 16:42:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 00:29:11 +0700 |
commit | c88e8f7ee00b41aac7eaa1295655c05ad35dbf83 (patch) | |
tree | e3a79e049a323ceb018f1a11e1206075efd37260 /system/jdupes | |
parent | 8a7a076063c00ea85966d59e94de847d02f724cc (diff) |
system/jdupes: updated for version 1.21.1
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 0f70ec365421b..ec6cb28155afc 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.0} +VERSION=${VERSION:-1.21.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/jdupes/jdupes.info b/system/jdupes/jdupes.info index 3a47091bfd7e7..b1597ef3caacb 100644 --- a/system/jdupes/jdupes.info +++ b/system/jdupes/jdupes.info @@ -1,8 +1,8 @@ PRGNAM="jdupes" -VERSION="1.21.0" +VERSION="1.21.1" HOMEPAGE="https://github.com/jbruchon/jdupes" -DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.21.0/jdupes-1.21.0.tar.gz" -MD5SUM="a10b2d358319bc8c8d08a27a98f69c58" +DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.21.1/jdupes-1.21.1.tar.gz" +MD5SUM="fe7426e930e6f9f543cc07d7ae15cde7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |