ScoopInstaller_Main/bucket/sing-box.json
2023-10-24 04:25:51 +00:00

45 lines
1.9 KiB
JSON

{
"version": "1.5.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.5.4/sing-box-1.5.4-windows-amd64.zip",
"hash": "20337fd2fbe0ee7df396f7198a484693ba06d60f73059c50575bf80aa66f57ef",
"extract_dir": "sing-box-1.5.4-windows-amd64"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.5.4/sing-box-1.5.4-windows-386.zip",
"hash": "d6462c44eda17778ee9dd987f9b69da19be034756e6324896223a9bcee38b7d5",
"extract_dir": "sing-box-1.5.4-windows-386"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.5.4/sing-box-1.5.4-windows-arm64.zip",
"hash": "3ecb5d66691f4825a23108ccd9ef12e6bbe9051cd93603dc63b792e513231998",
"extract_dir": "sing-box-1.5.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"
}
}
}
}