From 12e9778248d3176800f30830144a7eb4b170167a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 20:28:40 +0000 Subject: [PATCH] freefilesync: Update to version 14.0 --- bucket/freefilesync.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/bucket/freefilesync.json b/bucket/freefilesync.json index aef7948..1142672 100644 --- a/bucket/freefilesync.json +++ b/bucket/freefilesync.json @@ -1,21 +1,20 @@ { - "version": "13.9", + "version": "14.0", "description": "FreeFileSync. Folder comparison and synchronization", "homepage": "https://freefilesync.org", "license": { "identifier": "Freeware", "url": "https://freefilesync.org/faq.php#commercial-usage" }, - "url": "https://freefilesync.org/download/FreeFileSync_13.9_Windows_Setup.exe#/setup.exe", - "hash": "6726da563617cf512ef2cd134b85f0d43789c57b9c88cd2a6ce46619a79b7c51", + "url": "https://freefilesync.org/download/FreeFileSync_14.0_Windows_Setup.exe", + "hash": "1c5dba00b0f330586c1dfc93eabdd882ea1b3f55a6f846025b9ddb017acb9437", "post_install": [ - "echo \"\nNeeds interaction. Make sure to change the install path to '$HOME\\scoop\\apps\\freefilesync\\current'\"", + "echo \" +Needs interaction. Make sure to change the install path to '$HOME\\scoop\\apps\\freefilesync\\current'\"", "Start-Process \"$dir\\setup.exe\" -Wait -Verb RunAs | Out-Null", "Remove-Item \"$dir\\setup.exe\"" ], - "pre_uninstall": [ - "Start-Process \"$HOME\\scoop\\apps\\freefilesync\\current\\Uninstall\\unins000.exe\" -ArgumentList @('/VERYSILENT' , '/CLOSEAPPLICATIONS' , '/FORCECLOSEAPPLICATIONS') -Wait -Verb RunAs | Out-Null" - ], + "pre_uninstall": "Start-Process \"$HOME\\scoop\\apps\\freefilesync\\current\\Uninstall\\unins000.exe\" -ArgumentList @('/VERYSILENT' , '/CLOSEAPPLICATIONS' , '/FORCECLOSEAPPLICATIONS') -Wait -Verb RunAs | Out-Null", "checkver": { "url": "https://freefilesync.org/download.php", "regex": "FreeFileSync ([\\d.]+) Windows"