mihomo: Update to version 1.18.9

This commit is contained in:
github-actions[bot] 2024-09-29 12:31:22 +00:00
parent 11f79d2d30
commit d1f99a1f5b

View File

@ -1,20 +1,20 @@
{ {
"version": "1.18.8", "version": "1.18.9",
"description": "A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.", "description": "A simple Python Pydantic model for Honkai: Star Rail parsed data from the Mihomo API.",
"homepage": "https://github.com/MetaCubeX/mihomo", "homepage": "https://github.com/MetaCubeX/mihomo",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.8/mihomo-windows-amd64-v1.18.8.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.9/mihomo-windows-amd64-v1.18.9.zip",
"hash": "7c1c45ac58c0f3139c9a2176e3676294d0b733b399e95d6e3fee3e07f864781b" "hash": "28c3cb329dbb9ce18213368398b8fdaf097081bff79d78ce838303e193f0e9ac"
}, },
"32bit": { "32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.8/mihomo-windows-386-v1.18.8.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.9/mihomo-windows-386-v1.18.9.zip",
"hash": "2adc849120c26588c91032af89c40c96bb942078a9fb91f68a7b5931fb8c8c93" "hash": "e032fbf3a6f9928e5613b16f1afa5dbdb5d8969116d7f585dcc76bbb4ca8d780"
}, },
"arm64": { "arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.8/mihomo-windows-arm64-v1.18.8.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.9/mihomo-windows-arm64-v1.18.9.zip",
"hash": "7aa772aa72752c2fc83cc1b8c40d973fa420e407346cd9277febcfeac953e214" "hash": "2bf2020d0d6fbdea645f7e1cf2aabda8d8e0ad4c0396b7bc21c25956ed078663"
} }
}, },
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'", "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",