ScoopInstaller_Main/syncthing.json
2018-04-04 14:00:26 +00:00

38 lines
1.6 KiB
JSON

{
"homepage": "https://syncthing.net/",
"license": "MPL-2.0",
"version": "0.14.46",
"architecture": {
"64bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.46/syncthing-windows-amd64-v0.14.46.zip",
"hash": "f50f0e9ce12c76e1aca36be3a2e835b51b4e672c2f4403dc65ac2a7c7db0bbeb",
"extract_dir": "syncthing-windows-amd64-v0.14.46"
},
"32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.46/syncthing-windows-386-v0.14.46.zip",
"hash": "526a19586aec04a73c5e1b1c6af7cc2d4bef07014e4e94a5bdc5eebbcb52c5bc",
"extract_dir": "syncthing-windows-386-v0.14.46"
}
},
"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"
}
}
}