diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-05 01:28:10 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:48 +0700 |
commit | c1c45fe341ba680e6eef7c3ccbbe65912252bb74 (patch) | |
tree | af2536aa7b37282fe929f696f0bbbb71602143f6 /graphics | |
parent | cd24aeca14f73c14774bba615aa25f5ba16d943e (diff) |
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>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/findimagedupes/findimagedupes.SlackBuild | 3 | ||||
-rw-r--r-- | graphics/findimagedupes/findimagedupes.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/findimagedupes/findimagedupes.SlackBuild b/graphics/findimagedupes/findimagedupes.SlackBuild index e3efa8aab35f..8bf3dd0a510b 100644 --- a/graphics/findimagedupes/findimagedupes.SlackBuild +++ b/graphics/findimagedupes/findimagedupes.SlackBuild @@ -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} diff --git a/graphics/findimagedupes/findimagedupes.info b/graphics/findimagedupes/findimagedupes.info index d425a29c1eae..344d5c5b741b 100644 --- a/graphics/findimagedupes/findimagedupes.info +++ b/graphics/findimagedupes/findimagedupes.info @@ -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" |