mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
43 lines
1.7 KiB
JSON
43 lines
1.7 KiB
JSON
{
|
|
"version": "1.18.9",
|
|
"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.9/mihomo-windows-amd64-v1.18.9.zip",
|
|
"hash": "28c3cb329dbb9ce18213368398b8fdaf097081bff79d78ce838303e193f0e9ac"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.9/mihomo-windows-386-v1.18.9.zip",
|
|
"hash": "e032fbf3a6f9928e5613b16f1afa5dbdb5d8969116d7f585dcc76bbb4ca8d780"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.9/mihomo-windows-arm64-v1.18.9.zip",
|
|
"hash": "2bf2020d0d6fbdea645f7e1cf2aabda8d8e0ad4c0396b7bc21c25956ed078663"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|