mihomo: Update to version 1.19.11

This commit is contained in:
github-actions[bot] 2025-06-25 16:30:33 +00:00
parent 832c22eb3f
commit 295e8607d1

View File

@ -1,20 +1,20 @@
{ {
"version": "1.19.10", "version": "1.19.11",
"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.19.10/mihomo-windows-amd64-v1.19.10.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.11/mihomo-windows-amd64-v1.19.11.zip",
"hash": "22f301591e522e81ecbd4ae2987b2fcb4642c234c870094904188c4dc1aceb60" "hash": "2e5a35615ff93efe57d8a2790d26a084db039f58f4c9659ff0907ba87c2756f9"
}, },
"32bit": { "32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.10/mihomo-windows-386-v1.19.10.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.11/mihomo-windows-386-v1.19.11.zip",
"hash": "bf85b964ba1ae6de463e28c745f328eb85c08b97f97a36420d67b4dc4b3b77b7" "hash": "1430f7075a299707c03209efef171570e9d12b4ef40841f762250ebd3929b005"
}, },
"arm64": { "arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.10/mihomo-windows-arm64-v1.19.10.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.11/mihomo-windows-arm64-v1.19.11.zip",
"hash": "d58e9edcab3d7e066f76a991ce524a778d0f4ebfbd48c66ed2c09031c8af36ed" "hash": "46b8cc2d00cc5de45e068d1934faf2e67d2bec66cb8a1b35fb4602be2c2d982e"
} }
}, },
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'", "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",