mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/jdupes: updated for version 1.20.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
290865ac73
commit
b5ef5c1631
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jdupes
|
||||
VERSION=${VERSION:-1.20.0}
|
||||
VERSION=${VERSION:-1.20.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jdupes"
|
||||
VERSION="1.20.0"
|
||||
VERSION="1.20.1"
|
||||
HOMEPAGE="https://github.com/jbruchon/jdupes"
|
||||
DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.20.0/jdupes-1.20.0.tar.gz"
|
||||
MD5SUM="c311f2ac7e77a5b30c6d2ed6438b8ea2"
|
||||
DOWNLOAD="https://github.com/jbruchon/jdupes/archive/v1.20.1/jdupes-1.20.1.tar.gz"
|
||||
MD5SUM="a3d3716f45d94ae4bf09d0fc77e78524"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue