mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
43 lines
1.7 KiB
JSON
43 lines
1.7 KiB
JSON
{
|
|
"version": "1.19.7",
|
|
"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.7/mihomo-windows-amd64-v1.19.7.zip",
|
|
"hash": "9e481f8f944067a76f1eed9c6db0c1eba0b1b7c22c26dc2eb355e709f7c11d30"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.7/mihomo-windows-386-v1.19.7.zip",
|
|
"hash": "ba99b2fe8c5b8c26d5ffaa86a4414639da2455178af3e81145cf93e744dd6f3b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.7/mihomo-windows-arm64-v1.19.7.zip",
|
|
"hash": "61e0bd36b365d254fc9d4ccc29048f60c39cdc676155c2761e5fe38951fb8964"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|