mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
45 lines
1.9 KiB
JSON
45 lines
1.9 KiB
JSON
{
|
|
"version": "1.4.3",
|
|
"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.4.3/sing-box-1.4.3-windows-amd64.zip",
|
|
"hash": "289b4b06c9b8f0eb00bb714ce4d844a2262149fd5e43f99cb94758f5f92487d3",
|
|
"extract_dir": "sing-box-1.4.3-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.4.3/sing-box-1.4.3-windows-386.zip",
|
|
"hash": "be6c0cf91fb3b64bfd16f76f1df976236fe457a3446710557f2452742d60fd75",
|
|
"extract_dir": "sing-box-1.4.3-windows-386"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.4.3/sing-box-1.4.3-windows-arm64.zip",
|
|
"hash": "ea5d454858c51eed9c8396bf42340e1aed32798f636f285bb3f9795f8fc58ac0",
|
|
"extract_dir": "sing-box-1.4.3-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"
|
|
}
|
|
}
|
|
}
|
|
}
|