ScoopInstaller_Main/syncthing.json
2017-09-19 16:01:52 +00:00

38 lines
1.6 KiB
JSON

{
"homepage": "https://syncthing.net/",
"license": "MPL-2.0",
"version": "0.14.38",
"architecture": {
"64bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.38/syncthing-windows-amd64-v0.14.38.zip",
"hash": "6d5f035abd93a7a84d3a85de5062bc815ea6157953977654c73c6df532f27420",
"extract_dir": "syncthing-windows-amd64-v0.14.38"
},
"32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.38/syncthing-windows-386-v0.14.38.zip",
"hash": "1e4b71dcdfb354314ecd74aed28f805119b2e344713338baec23d7327ecdfbd4",
"extract_dir": "syncthing-windows-386-v0.14.38"
}
},
"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"
}
}
}