diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2025-02-20 21:57:10 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-22 01:22:21 +0700 |
commit | 04b5b441dc2d59b84103542e4804208e8fef2fbf (patch) | |
tree | 989cfcb38bd35ea13454b6836f1cb5cc2c446328 | |
parent | 5613d42684cef785648776234350879f724a2557 (diff) |
system/FreeFileSync: Updated for version 14.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/FreeFileSync/FreeFileSync.SlackBuild | 2 | ||||
-rw-r--r-- | system/FreeFileSync/FreeFileSync.info | 6 | ||||
-rw-r--r-- | system/FreeFileSync/README | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/system/FreeFileSync/FreeFileSync.SlackBuild b/system/FreeFileSync/FreeFileSync.SlackBuild index d4b41565d5..084b1bc300 100644 --- a/system/FreeFileSync/FreeFileSync.SlackBuild +++ b/system/FreeFileSync/FreeFileSync.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=FreeFileSync -VERSION=${VERSION:-14.0} +VERSION=${VERSION:-14.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/FreeFileSync/FreeFileSync.info b/system/FreeFileSync/FreeFileSync.info index 319e19470a..fb5cee9f3a 100644 --- a/system/FreeFileSync/FreeFileSync.info +++ b/system/FreeFileSync/FreeFileSync.info @@ -1,8 +1,8 @@ PRGNAM="FreeFileSync" -VERSION="14.0" +VERSION="14.2" HOMEPAGE="https://freefilesync.org/" -DOWNLOAD="https://raw.githubusercontent.com/antonioleal/myslackbuilds/main/system/FreeFileSync/FreeFileSync_14.0_Linux.tar.gz" -MD5SUM="d4ba48f7cb482d9494e5e94dfc80375d" +DOWNLOAD="https://raw.githubusercontent.com/antonioleal/myslackbuilds/main/system/FreeFileSync/FreeFileSync_14.2_Linux.tar.gz" +MD5SUM="1b1e73a10b4924ee0c0712aa36e23786" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="p7zip" diff --git a/system/FreeFileSync/README b/system/FreeFileSync/README index 69222922d9..7ce6d894af 100644 --- a/system/FreeFileSync/README +++ b/system/FreeFileSync/README @@ -8,7 +8,6 @@ software,available for Windows, Linux and macOS. Notes: I) This package installs to /opt/FreeFileSync - II) The original binaries are hosted on the package maintainer github due to the the fact that the FreeFileSync web server is causing problems with SlackBuilds CI/CD environment. |