mihomo: Update to version 1.19.9

This commit is contained in:
github-actions[bot] 2025-05-22 04:29:52 +00:00
parent d79b54961c
commit ddcc7d8c31

View File

@ -1,20 +1,20 @@
{
"version": "1.19.8",
"version": "1.19.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.19.8/mihomo-windows-amd64-v1.19.8.zip",
"hash": "84f9af6e95a30551c0a3e14fe70f74ede12edee1c24613728d09b7463dda00a0"
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.9/mihomo-windows-amd64-v1.19.9.zip",
"hash": "c72bd0ca52e744f35ffef26c171d59fffc4df3053c95f32d59d42667da306612"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.8/mihomo-windows-386-v1.19.8.zip",
"hash": "6813d595ef52d62373d5f6ce1ecd96e15ac91dfd263badf061cbc4203a2fab7d"
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.9/mihomo-windows-386-v1.19.9.zip",
"hash": "e2129f4d165d1b281c69a8f7958a712af2db1493c9d5aeae48b6d7f6d1d4e8ea"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.8/mihomo-windows-arm64-v1.19.8.zip",
"hash": "cb46aee65cf713da8e7b34f9e4fb487484a5d31b7988431b5dc96a72aad7310b"
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.9/mihomo-windows-arm64-v1.19.9.zip",
"hash": "4c19bed97d68b007d2f4995690c85180067b14dc1ad619752adc3d11ecb2569b"
}
},
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",