ScoopInstaller_Main/syncthing.json
2017-08-08 07:00:14 +00:00

37 lines
1.5 KiB
JSON

{
"homepage": "https://syncthing.net/",
"license": "MPL-2.0",
"version": "0.14.34",
"architecture": {
"64bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.34/syncthing-windows-amd64-v0.14.34.zip",
"hash": "82406aa5c406baeb20e068d12a14f4da59abfcfc3acc135cfa1273feb567bb1c",
"extract_dir": "syncthing-windows-amd64-v0.14.34"
},
"32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.34/syncthing-windows-386-v0.14.34.zip",
"hash": "43d8bebafd427bea5aaef07f93a965fb7b959a52436833081d8eb957075d2569",
"extract_dir": "syncthing-windows-386-v0.14.34"
}
},
"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"
}
}
}