diff options
author | Arn0 <yth@ythogtha.org> | 2023-08-30 10:05:10 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:35 +0700 |
commit | 5890bb57895c6f55a72767275a1be4cfb7903853 (patch) | |
tree | 7806f45cca7a5caf0c2145274e536dcde0169a95 /system | |
parent | a2d685adf9d87721b0470790374c7e0116e7bede (diff) |
system/jdupes: Updated for version 1.27.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 0fb3a7ae06ef..f87407d5624c 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.27.1} +VERSION=${VERSION:-1.27.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/jdupes/jdupes.info b/system/jdupes/jdupes.info index af96566e7bf2..571514817ce0 100644 --- a/system/jdupes/jdupes.info +++ b/system/jdupes/jdupes.info @@ -1,8 +1,8 @@ PRGNAM="jdupes" -VERSION="1.27.1" +VERSION="1.27.3" HOMEPAGE="https://github.com/jbruchon/jdupes" -DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.27.1/jdupes-1.27.1.tar.gz" -MD5SUM="e8425466664699e585219f2c12d70ca2" +DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.27.3/jdupes-1.27.3.tar.gz" +MD5SUM="692767c0b697d8c914f5c59e711143a8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libjodycode" |