mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 22:34:41 +00:00
43 lines
1.7 KiB
JSON
43 lines
1.7 KiB
JSON
{
|
|
"version": "1.19.20",
|
|
"description": "A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.",
|
|
"homepage": "https://github.com/MetaCubeX/mihomo",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.20/mihomo-windows-amd64-v1.19.20.zip",
|
|
"hash": "33144bd861db7fa7cea605a776f1855b85eb5578b5f0f60e8d0d5b6521d93a1b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.20/mihomo-windows-386-v1.19.20.zip",
|
|
"hash": "a549df84f3473eda7e20c9cdd2ddd7e3f3e8a3ddd5c3b6475cdc91b27b2b8e85"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.20/mihomo-windows-arm64-v1.19.20.zip",
|
|
"hash": "09c60361242c625e7190ce2aa1aa1061df676b8701f2c985e06f67e48103137e"
|
|
}
|
|
},
|
|
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",
|
|
"bin": [
|
|
"mihomo.exe",
|
|
[
|
|
"mihomo.exe",
|
|
"clash"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v$version/mihomo-windows-amd64-v$version.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v$version/mihomo-windows-386-v$version.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v$version/mihomo-windows-arm64-v$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|