mihomo: Update to version 1.19.6

This commit is contained in:
github-actions[bot] 2025-05-10 08:29:33 +00:00
parent 5212f43191
commit 8ce3f1f0c2

View File

@ -1,20 +1,20 @@
{ {
"version": "1.19.5", "version": "1.19.6",
"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.5/mihomo-windows-amd64-v1.19.5.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.6/mihomo-windows-amd64-v1.19.6.zip",
"hash": "5c63eb2c87846e3c903ace67aee751d9917fbf283685c0f098187d1a8d160f2b" "hash": "78c72cc49de8a57f95fe587cfc9af5c8aa0fbe48d639ca2ebfa56c886816d618"
}, },
"32bit": { "32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.5/mihomo-windows-386-v1.19.5.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.6/mihomo-windows-386-v1.19.6.zip",
"hash": "2868ae80417acb27140b53a7b0efdf5232b6de934c0ef17e9a05269d7d21b7ca" "hash": "d95283cc745668829a81d1c8a899e53529954a17f01a0e39f611b5b72f4e5bc9"
}, },
"arm64": { "arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.5/mihomo-windows-arm64-v1.19.5.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.6/mihomo-windows-arm64-v1.19.6.zip",
"hash": "932bfff1e81b31e2674c19d2fd0214f9a7aeeb249a47c6aa2fe003c8a0e50bdc" "hash": "be7e94deab53eec0385840b2429ce8069690a7394c8f73d36d9692e7979ab01a"
} }
}, },
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'", "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",