2024-02-05 08:25:41 +00:00

43 lines
1.7 KiB
JSON

{
"version": "1.18.1",
"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.1/mihomo-windows-amd64-v1.18.1.zip",
"hash": "757b0c0b516e895d64f309b41ce8a5cfe88e784831a1d933f0bf88eadab3caef"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.1/mihomo-windows-386-v1.18.1.zip",
"hash": "664cb12a826dad6710e4b6c13c56d809888ec1d41e2e2ef208ac1e26574300e0"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.1/mihomo-windows-arm64-v1.18.1.zip",
"hash": "386c979c6aacee0cf10c645c25d08c941fd7fbcfcc641d3e261e91952fa38c8a"
}
},
"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"
}
}
}
}