mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/jdupes: updated for version 1.21.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f889d26b32
commit
712a420450
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jdupes
|
||||
VERSION=${VERSION:-1.20.2}
|
||||
VERSION=${VERSION:-1.21.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jdupes"
|
||||
VERSION="1.20.2"
|
||||
VERSION="1.21.0"
|
||||
HOMEPAGE="https://github.com/jbruchon/jdupes"
|
||||
DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.20.2/jdupes-1.20.2.tar.gz"
|
||||
MD5SUM="effaaad22f120046c91808b741bd3727"
|
||||
DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.21.0/jdupes-1.21.0.tar.gz"
|
||||
MD5SUM="a10b2d358319bc8c8d08a27a98f69c58"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue