mihomo: Update to version 1.19.5

This commit is contained in:
github-actions[bot] 2025-04-21 16:29:53 +00:00
parent ef9a95a13a
commit 7df41b27a0

View File

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