ScoopInstaller_Main/syncthing.json
2017-11-07 19:01:46 +00:00

38 lines
1.6 KiB
JSON

{
"homepage": "https://syncthing.net/",
"license": "MPL-2.0",
"version": "0.14.40",
"architecture": {
"64bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.40/syncthing-windows-amd64-v0.14.40.zip",
"hash": "5a8b9fa4826c94064eaf1a30c1c90ee3a682f0a5acbe4bb2165cf72d082b1bb2",
"extract_dir": "syncthing-windows-amd64-v0.14.40"
},
"32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.40/syncthing-windows-386-v0.14.40.zip",
"hash": "d67ec8f596f0ae97a2d0d07581356e52fd05b88dabe1c40831c6057ab06f071d",
"extract_dir": "syncthing-windows-386-v0.14.40"
}
},
"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"
}
}
}