mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/FreeFileSync: Updated for version 13.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
71ad405ede
commit
e72ca942d4
2 changed files with 4 additions and 4 deletions
2
system/FreeFileSync/FreeFileSync.SlackBuild
Normal file → Executable file
2
system/FreeFileSync/FreeFileSync.SlackBuild
Normal file → Executable file
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=FreeFileSync
|
||||
VERSION=${VERSION:-13.4}
|
||||
VERSION=${VERSION:-13.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="FreeFileSync"
|
||||
VERSION="13.4"
|
||||
VERSION="13.5"
|
||||
HOMEPAGE="https://freefilesync.org/"
|
||||
DOWNLOAD="https://freefilesync.org/download/FreeFileSync_13.4_Linux.tar.gz"
|
||||
MD5SUM="9d2f422db0552371bba1fd464ceefee1"
|
||||
DOWNLOAD="https://freefilesync.org/download/FreeFileSync_13.5_Linux.tar.gz"
|
||||
MD5SUM="54c1cd44eebf7d4834b519e1193e8c2b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="p7zip"
|
||||
|
|
Loading…
Reference in a new issue