system/jdupes: Updated for version 1.21.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
77bdbb8ada
commit
4e6a1dc945
|
@ -23,7 +23,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jdupes
|
||||
VERSION=${VERSION:-1.21.1}
|
||||
VERSION=${VERSION:-1.21.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jdupes"
|
||||
VERSION="1.21.1"
|
||||
VERSION="1.21.3"
|
||||
HOMEPAGE="https://github.com/jbruchon/jdupes"
|
||||
DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.21.1/jdupes-1.21.1.tar.gz"
|
||||
MD5SUM="fe7426e930e6f9f543cc07d7ae15cde7"
|
||||
DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.21.3/jdupes-1.21.3.tar.gz"
|
||||
MD5SUM="3379afa8c343f21712f96d03d48e1712"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue