system/FreeFileSync: Updated for version 13.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1f46797ed6
commit
4fe341269f
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=FreeFileSync
|
||||
VERSION=${VERSION:-13.1}
|
||||
VERSION=${VERSION:-13.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="FreeFileSync"
|
||||
VERSION="13.1"
|
||||
VERSION="13.2"
|
||||
HOMEPAGE="https://freefilesync.org/"
|
||||
DOWNLOAD="https://freefilesync.org/download/FreeFileSync_13.1_Linux.tar.gz"
|
||||
MD5SUM="eb2797e561708dc22830f8470eb66f12"
|
||||
DOWNLOAD="https://freefilesync.org/download/FreeFileSync_13.2_Linux.tar.gz"
|
||||
MD5SUM="9eb9ae21cf02fca677a429714a8cecd7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="p7zip"
|
||||
|
|
Loading…
Reference in New Issue