graphics/findimagedupes: Updated for version 2.20.1.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-01-05 01:28:10 -05:00 committed by Willy Sudiarto Raharjo
parent cd24aeca14
commit c1c45fe341
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 4 deletions

View file

@ -6,12 +6,13 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20230105 bkw: update for v2.20.1.
# 20210910 bkw: update for v2.19.1.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=findimagedupes
VERSION=${VERSION:-2.19.1}
VERSION=${VERSION:-2.20.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="findimagedupes"
VERSION="2.19.1"
VERSION="2.20.1"
HOMEPAGE="http://www.jhnc.org/findimagedupes/"
DOWNLOAD="http://www.jhnc.org/findimagedupes/findimagedupes-2.19.1.tar.gz"
MD5SUM="86be2910f2b5af31b5015e8db2d51a4a"
DOWNLOAD="http://www.jhnc.org/findimagedupes/findimagedupes-2.20.1.tar.gz"
MD5SUM="8f2b0a2f7936d2db50d1d7fee22a76e2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Inline-C perl-file-mimeinfo GraphicsMagick"