freefilesync.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "version": "11.0",
  3. "description": "FreeFileSync. Folder comparison and synchronization",
  4. "homepage": "https://freefilesync.org",
  5. "license": {
  6. "identifier": "Freeware",
  7. "url": "https://freefilesync.org/faq.php#commercial-usage"
  8. },
  9. "url": "https://freefilesync.org/download/FreeFileSync_11.0_Windows_Setup.exe",
  10. "hash": "9e34a5cd4d1302b23d5ee285472693251acb1511fc270bef8f5abf1114b5f6e8",
  11. "innosetup": true,
  12. "bin": [
  13. "FreeFileSync.exe",
  14. "RealTimeSync.exe"
  15. ],
  16. "shortcuts": [
  17. [
  18. "FreeFileSync.exe",
  19. "FreeFileSync"
  20. ],
  21. [
  22. "RealTimeSync.exe",
  23. "RealTimeSync"
  24. ]
  25. ],
  26. "persist": [
  27. "Saved"
  28. ],
  29. "post_install": [
  30. "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\" }"
  31. ],
  32. "checkver": {
  33. "url": "https://freefilesync.org/download.php",
  34. "regex": "FreeFileSync\\s+([\\d.]+)\\s+Windows"
  35. },
  36. "autoupdate": {
  37. "url": "https://freefilesync.org/download/FreeFileSync_$version_Windows_Setup.exe"
  38. }
  39. }