mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/jdupes: updated for version 1.26.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c8bd272a11
commit
a6c7297d12
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jdupes
|
||||
VERSION=${VERSION:-1.25.3}
|
||||
VERSION=${VERSION:-1.26.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jdupes"
|
||||
VERSION="1.25.3"
|
||||
VERSION="1.26.1"
|
||||
HOMEPAGE="https://github.com/jbruchon/jdupes"
|
||||
DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.25.3/jdupes-1.25.3.tar.gz"
|
||||
MD5SUM="bce5261d97fc2925dac7a67dae324849"
|
||||
DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.26.1/jdupes-1.26.1.tar.gz"
|
||||
MD5SUM="98cad96bf21079d6ea88c1be132dd604"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libjodycode"
|
||||
|
|
Loading…
Reference in a new issue