|
@@ -1,39 +0,0 @@
|
|
|
-{
|
|
|
|
|
- "version": "11.12",
|
|
|
|
|
- "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_11.12_Windows_Setup.exe",
|
|
|
|
|
- "hash": "7b8a96e99721318dfaef8c2a8d76d7cefbd5c0d2edbd3249be6a4f9740868ea3",
|
|
|
|
|
- "innosetup": true,
|
|
|
|
|
- "bin": [
|
|
|
|
|
- "FreeFileSync.exe",
|
|
|
|
|
- "RealTimeSync.exe"
|
|
|
|
|
- ],
|
|
|
|
|
- "shortcuts": [
|
|
|
|
|
- [
|
|
|
|
|
- "FreeFileSync.exe",
|
|
|
|
|
- "FreeFileSync"
|
|
|
|
|
- ],
|
|
|
|
|
- [
|
|
|
|
|
- "RealTimeSync.exe",
|
|
|
|
|
- "RealTimeSync"
|
|
|
|
|
- ]
|
|
|
|
|
- ],
|
|
|
|
|
- "persist": [
|
|
|
|
|
- "Saved"
|
|
|
|
|
- ],
|
|
|
|
|
- "post_install": [
|
|
|
|
|
- "if (!(test-path \"$dir\\Install.dat\")) { Invoke-WebRequest -Uri \"https://bitbucket.org/kunago/scoop-bucket/raw/master/settings/freefilesync/$version/Install.dat\" -OutFile \"$dir\\Install.dat\" }"
|
|
|
|
|
- ],
|
|
|
|
|
- "checkver": {
|
|
|
|
|
- "url": "https://freefilesync.org/download.php",
|
|
|
|
|
- "regex": "FreeFileSync\\s+([\\d.]+)\\s+Windows"
|
|
|
|
|
- },
|
|
|
|
|
- "autoupdate": {
|
|
|
|
|
- "url": "https://freefilesync.org/download/FreeFileSync_$version_Windows_Setup.exe"
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|