mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
43 lines
1.7 KiB
JSON
43 lines
1.7 KiB
JSON
{
|
|
"version": "1.18.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.18.7/mihomo-windows-amd64-v1.18.7.zip",
|
|
"hash": "0ab2c6aad6e12300c0c34151c60bd243581d89bf6dbde665109353c053a833db"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.7/mihomo-windows-386-v1.18.7.zip",
|
|
"hash": "eb2b01fdcc8b5492f508c88183418ff2cbb23265978e1d789bbb08915a348fab"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.7/mihomo-windows-arm64-v1.18.7.zip",
|
|
"hash": "bdcb04e3cec23db7db199ca23c96940c15c47c057587477c154f2e8de17c57ef"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|