diff options
author | Arn0 <yth@ythogtha.org> | 2021-10-24 17:46:09 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-27 08:11:29 +0700 |
commit | b5ef5c1631cf7aae036c25b69993679e0047420b (patch) | |
tree | d63a55f5a90392d2587319c63841c40af0ecd2ea /system/jdupes | |
parent | 290865ac73b45f58598a24be0cc499e442fd732a (diff) |
system/jdupes: updated for version 1.20.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 e836f0d45338..2ed889e245d3 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.20.0} +VERSION=${VERSION:-1.20.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/jdupes/jdupes.info b/system/jdupes/jdupes.info index 7838906d8831..ab885b9fbba2 100644 --- a/system/jdupes/jdupes.info +++ b/system/jdupes/jdupes.info @@ -1,8 +1,8 @@ PRGNAM="jdupes" -VERSION="1.20.0" +VERSION="1.20.1" HOMEPAGE="https://github.com/jbruchon/jdupes" -DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.20.0/jdupes-1.20.0.tar.gz" -MD5SUM="c311f2ac7e77a5b30c6d2ed6438b8ea2" +DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.20.1/jdupes-1.20.1.tar.gz" +MD5SUM="a3d3716f45d94ae4bf09d0fc77e78524" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |