mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
sing-box: Add version 1.4.1 (#5067)
* Add sing-box.json * Update license * Update license (remove url)
This commit is contained in:
parent
a817a06c18
commit
ee4ff49269
38
bucket/sing-box.json
Normal file
38
bucket/sing-box.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user