ScoopInstaller_Main/bucket/sing-box.json
Romeo Ahmed ee4ff49269
sing-box: Add version 1.4.1 (#5067)
* Add sing-box.json

* Update license

* Update license (remove url)
2023-09-02 19:54:25 +05:30

39 lines
1.6 KiB
JSON

{
"version": "1.4.1",
"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.1/sing-box-1.4.1-windows-amd64.zip",
"hash": "c8cf706081ab79786e4938dce1ae923dcfea7c8e4cf5a360c17b133b5205b411"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.4.1/sing-box-1.4.1-windows-386.zip",
"hash": "8692b3df0ec71fc8ffe1e823047799a94774dc19ee57b285144521c51ca833aa"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/v1.4.1/sing-box-1.4.1-windows-arm64.zip",
"hash": "235f5f2f49986bf181d20bf8ad3a9722335f2928c8fbd7d8f68ae53c5d6aba7d"
}
},
"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"
},
"32bit": {
"url": "https://github.com/SagerNet/sing-box/releases/download/$matchTag/sing-box-$version-windows-386.zip"
},
"arm64": {
"url": "https://github.com/SagerNet/sing-box/releases/download/$matchTag/sing-box-$version-windows-arm64.zip"
}
}
}
}