ScoopInstaller_Main/syncthing.json
2019-04-02 16:00:25 +00:00

38 lines
1.6 KiB
JSON

{
"homepage": "https://syncthing.net/",
"license": "MPL-2.0",
"version": "1.1.1",
"architecture": {
"64bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v1.1.1/syncthing-windows-amd64-v1.1.1.zip",
"hash": "1b1e085b37e64574db271b9fcc895bc03760fd0bd0d63c66b8c2804a64d1bf18",
"extract_dir": "syncthing-windows-amd64-v1.1.1"
},
"32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v1.1.1/syncthing-windows-386-v1.1.1.zip",
"hash": "c1ded5eab974a6695b2926d4ae779492289a339ba526ac239963e0c5008e5749",
"extract_dir": "syncthing-windows-386-v1.1.1"
}
},
"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"
}
}
}