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

37 lines
1.5 KiB
JSON

{
"homepage": "https://syncthing.net/",
"license": "MPL-2.0",
"version": "0.14.32",
"architecture": {
"64bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.32/syncthing-windows-amd64-v0.14.32.zip",
"hash": "bd16054294ff389576893053275f5ed39212e1c3cad9b3b5b915fa00d91e0d08",
"extract_dir": "syncthing-windows-amd64-v0.14.32"
},
"32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.32/syncthing-windows-386-v0.14.32.zip",
"hash": "099fd71cbf3db889691a726941c9cceb58999f0ef523b0f5df4f9100164aa52d",
"extract_dir": "syncthing-windows-386-v0.14.32"
}
},
"bin": "syncthing.exe",
"checkver": {
"github": "https://github.com/syncthing/syncthing"
},
"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"
}
}
}