ScoopInstaller_Main/bucket/sing-box.json
2024-12-20 16:30:00 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.10.4",
"description": "The universal proxy platform.",
"homepage": "https://sing-box.sagernet.org/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.10.4/sing-box-1.10.4-windows-amd64.zip",
"hash": "6878c9924f6b98c60927f8f3cc4bdd7dffb8f6ffeb09ffae857d34484004268f",
"extract_dir": "sing-box-1.10.4-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.10.4/sing-box-1.10.4-windows-386.zip",
"hash": "8f39b9747df49ee600de4a2ec0def4814437bb845c6cb7efea589f9e0aa2f398",
"extract_dir": "sing-box-1.10.4-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.10.4/sing-box-1.10.4-windows-arm64.zip",
"hash": "42e284fe7211fa226d3bb5497d8e6f140369d6c83733b1cabf755d32f726dca3",
"extract_dir": "sing-box-1.10.4-windows-arm64"
}
},
"bin": "sing-box.exe",
"checkver": {
"github": "https://github.com/SagerNet/sing-box/",
"regex": "(?<tag>v([\\d.]+))"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/$matchTag/sing-box-$version-windows-amd64.zip",
"extract_dir": "sing-box-$version-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/$matchTag/sing-box-$version-windows-386.zip",
"extract_dir": "sing-box-$version-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/$matchTag/sing-box-$version-windows-arm64.zip",
"extract_dir": "sing-box-$version-windows-arm64"
}
}
}
}