mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 10:34:52 +00:00
45 lines
1.9 KiB
JSON
45 lines
1.9 KiB
JSON
{
|
|
"version": "1.12.19",
|
|
"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.12.19/sing-box-1.12.19-windows-amd64.zip",
|
|
"hash": "d5a702df9ba48078b4ac89f5cfbc109a7600643061032ac8a2a38fc00ffd68f4",
|
|
"extract_dir": "sing-box-1.12.19-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.19/sing-box-1.12.19-windows-386.zip",
|
|
"hash": "f58880458f8ac4947885bf2f3ccc6007c9a9089be5079d5dd06e64bd1a227174",
|
|
"extract_dir": "sing-box-1.12.19-windows-386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.12.19/sing-box-1.12.19-windows-arm64.zip",
|
|
"hash": "4490911c8c76008446fe041d873348cb68c55d5c7f99ac1ff65692a6a37eff30",
|
|
"extract_dir": "sing-box-1.12.19-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"
|
|
}
|
|
}
|
|
}
|
|
}
|