sing-box: Add version 1.4.1 (#5067)

* Add sing-box.json

* Update license

* Update license (remove url)
This commit is contained in:
Romeo Ahmed 2023-09-02 22:24:25 +08:00 committed by GitHub
parent a817a06c18
commit ee4ff49269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

38
bucket/sing-box.json Normal file
View File

@ -0,0 +1,38 @@
{
"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"
}
}
}
}