mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 13:31: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.0.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/syncthing/syncthing/releases/download/v1.0.1/syncthing-windows-amd64-v1.0.1.zip",
|
|
"hash": "7bd18e00ed6a3b9001e8f7d1b56063cdd51753e049a8614df8dd083b11d2cf86",
|
|
"extract_dir": "syncthing-windows-amd64-v1.0.1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/syncthing/syncthing/releases/download/v1.0.1/syncthing-windows-386-v1.0.1.zip",
|
|
"hash": "1c74c7b681fd3677b5a98c0c01259ce0a383edf6bfdd8040d40be25236fd50f2",
|
|
"extract_dir": "syncthing-windows-386-v1.0.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"
|
|
}
|
|
}
|
|
}
|