mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
55 lines
1.9 KiB
JSON
55 lines
1.9 KiB
JSON
{
|
|
"version": "2.0.10",
|
|
"description": "The Syncthing global discovery server",
|
|
"homepage": "https://syncthing.net/",
|
|
"license": "MPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/syncthing/discosrv/releases/download/v2.0.10/stdiscosrv-windows-amd64-v2.0.10.zip",
|
|
"hash": "41aa905e1f5e97a2a47a2ad306a0099e99f98d1b211d332a28c4fe61c8086a2f",
|
|
"extract_dir": "stdiscosrv-windows-amd64-v2.0.10"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/syncthing/discosrv/releases/download/v2.0.10/stdiscosrv-windows-386-v2.0.10.zip",
|
|
"hash": "58fc87b5ac522e9662a6b8dfb4b730621b063a6a14fc738a3c66218294fdcf50",
|
|
"extract_dir": "stdiscosrv-windows-386-v2.0.10"
|
|
}
|
|
},
|
|
"bin": [
|
|
[
|
|
"stdiscosrv.exe",
|
|
"stdiscosrv",
|
|
"-cert \"$dir\\cert.pem\"",
|
|
"-db-dir \"$dir\\discovery.db\"",
|
|
"-key \"$dir\\key.pem\""
|
|
]
|
|
],
|
|
"persist": [
|
|
"discovery.db",
|
|
"cert.pem",
|
|
"key.pem"
|
|
],
|
|
"pre_install": [
|
|
"foreach ($name in @('cert.pem', 'key.pem')) {",
|
|
" if (!(Test-Path \"$persist_dir\\$name\")) {",
|
|
" New-Item -Force -Path \"$dir\" -Name $name | Out-Null",
|
|
" }",
|
|
"}"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/syncthing/discosrv"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/syncthing/discosrv/releases/download/v$version/stdiscosrv-windows-amd64-v$version.zip",
|
|
"extract_dir": "stdiscosrv-windows-amd64-v$version"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/syncthing/discosrv/releases/download/v$version/stdiscosrv-windows-386-v$version.zip",
|
|
"extract_dir": "stdiscosrv-windows-386-v$version"
|
|
}
|
|
}
|
|
}
|
|
}
|