mihomo: Update to version 1.19.8

This commit is contained in:
github-actions[bot] 2025-05-13 04:29:46 +00:00
parent 8c9f3f2423
commit b173c857be

View File

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