ScoopInstaller_Main/bucket/syncthing.json
2019-05-07 06:00:30 +00:00

38 lines
1.6 KiB
JSON

{
"homepage": "https://syncthing.net/",
"license": "MPL-2.0",
"version": "1.1.2",
"architecture": {
"64bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v1.1.2/syncthing-windows-amd64-v1.1.2.zip",
"hash": "10ded8105254297f31db4c02d709a9db844415cfba19e44c47b8ae2933815ff0",
"extract_dir": "syncthing-windows-amd64-v1.1.2"
},
"32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v1.1.2/syncthing-windows-386-v1.1.2.zip",
"hash": "1e8747347973b663f4a6bebb10b97215b5972c32c496f3e1aff967e342235b2e",
"extract_dir": "syncthing-windows-386-v1.1.2"
}
},
"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"
}
}
}