mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
38 lines
1.6 KiB
JSON
38 lines
1.6 KiB
JSON
{
|
|
"homepage": "https://syncthing.net/",
|
|
"license": "MPL-2.0",
|
|
"version": "1.1.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/syncthing/syncthing/releases/download/v1.1.0/syncthing-windows-amd64-v1.1.0.zip",
|
|
"hash": "a0da95ff23ea712e9dedfd6115357e36548d6393e1f6d63fe4ae63597635c82f",
|
|
"extract_dir": "syncthing-windows-amd64-v1.1.0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/syncthing/syncthing/releases/download/v1.1.0/syncthing-windows-386-v1.1.0.zip",
|
|
"hash": "8b3eb4c999a831c82ac4e3137dfe892e1150aa51e19187e288de2dbe8f538bd3",
|
|
"extract_dir": "syncthing-windows-386-v1.1.0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|