ScoopInstaller_Main/syncthing.json
2017-12-25 08:00:18 +00:00

38 lines
1.6 KiB
JSON

{
"homepage": "https://syncthing.net/",
"license": "MPL-2.0",
"version": "0.14.42",
"architecture": {
"64bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.42/syncthing-windows-amd64-v0.14.42.zip",
"hash": "17e750a972481a5ebb4a80af5d334bd961fb07c8cbe642386cd04c5f79ead540",
"extract_dir": "syncthing-windows-amd64-v0.14.42"
},
"32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.42/syncthing-windows-386-v0.14.42.zip",
"hash": "1017d8f194e802ca18acb712bbdc59001b8e8d793f3b653907e2e99f8409bccc",
"extract_dir": "syncthing-windows-386-v0.14.42"
}
},
"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"
}
}
}