Skip to content

Commit

Permalink
freefilesync: Update to version 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 17, 2025
1 parent 9599deb commit 12e9778
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions bucket/freefilesync.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 12e9778

Please sign in to comment.