ScoopInstaller_Main/syncthing.json
2017-10-10 21:00:14 +00:00

38 lines
1.6 KiB
JSON

{
"homepage": "https://syncthing.net/",
"license": "MPL-2.0",
"version": "0.14.39",
"architecture": {
"64bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.39/syncthing-windows-amd64-v0.14.39.zip",
"hash": "b55a8295eab81bf210e87e42ea0c8d5c3a63afb120cb97e94d6b88b052192d2b",
"extract_dir": "syncthing-windows-amd64-v0.14.39"
},
"32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.39/syncthing-windows-386-v0.14.39.zip",
"hash": "18d94099f3e4175371267b42af014095e46fcd89e0e6c6dad8980453b59febbc",
"extract_dir": "syncthing-windows-386-v0.14.39"
}
},
"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"
}
}
}