ScoopInstaller_Main/syncthing.json
2018-11-06 09:00:26 +00:00

38 lines
1.6 KiB
JSON

{
"homepage": "https://syncthing.net/",
"license": "MPL-2.0",
"version": "0.14.52",
"architecture": {
"64bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.52/syncthing-windows-amd64-v0.14.52.zip",
"hash": "9ba58a3c12496748491266248f384f5bf04230849bbf721ec254d239c5014caa",
"extract_dir": "syncthing-windows-amd64-v0.14.52"
},
"32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.52/syncthing-windows-386-v0.14.52.zip",
"hash": "096b368b0435609adf5df343aa0612c2a0093d3a2c293358b2c4b7565573cadd",
"extract_dir": "syncthing-windows-386-v0.14.52"
}
},
"bin": "syncthing.exe",
"checkver": {
"github": "https://github.com/syncthing/syncthing"
},
"notes": "To start syncthing automatically, use a method described at https://github.com/syncthing/docs/blob/master/users/autostart.rst#windows",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v$version/syncthing-windows-amd64-v$version.zip",
"extract_dir": "syncthing-windows-amd64-v$version"
},
"32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v$version/syncthing-windows-386-v$version.zip",
"extract_dir": "syncthing-windows-386-v$version"
}
},
"hash": {
"url": "https://github.com/syncthing/syncthing/releases/download/v$version/sha256sum.txt.asc"
}
}
}