system/jdupes: Updated for version 1.23.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-05-09 09:03:13 +02:00 committed by Willy Sudiarto Raharjo
parent 6210b149d3
commit 8cef34b25c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jdupes
VERSION=${VERSION:-1.22.0}
VERSION=${VERSION:-1.23.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="jdupes"
VERSION="1.22.0"
VERSION="1.23.0"
HOMEPAGE="https://github.com/jbruchon/jdupes"
DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.22.0/jdupes-1.22.0.tar.gz"
MD5SUM="a706775e154861630b016391a4f5f63e"
DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.23.0/jdupes-1.23.0.tar.gz"
MD5SUM="67d34f07878ee42283f7818a77d2435a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libjodycode"