mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-13 02:41:19 +00:00
38 lines
1.6 KiB
JSON
38 lines
1.6 KiB
JSON
{
|
|
"homepage": "https://syncthing.net/",
|
|
"license": "MPL-2.0",
|
|
"version": "0.14.50",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.50/syncthing-windows-amd64-v0.14.50.zip",
|
|
"hash": "4bc80acfce6f36fb881374e2f114057221431c14bafdba7a3fca53800b206a00",
|
|
"extract_dir": "syncthing-windows-amd64-v0.14.50"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/syncthing/syncthing/releases/download/v0.14.50/syncthing-windows-386-v0.14.50.zip",
|
|
"hash": "8e14a08a586df0a6fffea5c9a9b0c03e01b01247e142a6fdcf318e9b4c51d897",
|
|
"extract_dir": "syncthing-windows-386-v0.14.50"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|