ScoopInstaller_Main/syncthing.json
2018-12-04 13:00:21 +00:00

38 lines
1.6 KiB
JSON

{
"homepage": "https://syncthing.net/",
"license": "MPL-2.0",
"version": "0.14.53",
"architecture": {
"64bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.53/syncthing-windows-amd64-v0.14.53.zip",
"hash": "2967697ade0c82e6fb784173984071d24cf7d96fb6e71720551f80866abfc5c6",
"extract_dir": "syncthing-windows-amd64-v0.14.53"
},
"32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.53/syncthing-windows-386-v0.14.53.zip",
"hash": "35bb8dab0b515b8d1c11fd7ca829626286dad6ca6e75864df4d706af9b641dea",
"extract_dir": "syncthing-windows-386-v0.14.53"
}
},
"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"
}
}
}