mihomo: Update to version 1.19.14

This commit is contained in:
github-actions[bot] 2025-09-24 12:31:53 +00:00
parent 45d825517b
commit 9569b4a369

View File

@ -1,20 +1,20 @@
{ {
"version": "1.19.13", "version": "1.19.14",
"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.13/mihomo-windows-amd64-v1.19.13.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.14/mihomo-windows-amd64-v1.19.14.zip",
"hash": "887b8ef56f12901cea447975ca2738dbb9c10b776761db4e2712848c2b93496a" "hash": "f90193f8cd47c11ba23c3d4d09f79e287575a8df1c48bf380623c480b1d8c567"
}, },
"32bit": { "32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.13/mihomo-windows-386-v1.19.13.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.14/mihomo-windows-386-v1.19.14.zip",
"hash": "46b1f704868b738a0087791433c84827fc127818c740e8485f700ea4c0b45535" "hash": "af1a122663e11776a1363f32aee3dd6e82db565906b301336751b85200c919f3"
}, },
"arm64": { "arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.13/mihomo-windows-arm64-v1.19.13.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.14/mihomo-windows-arm64-v1.19.14.zip",
"hash": "bc9be224bfe4b2ab8646301a38696353816b4964dd069529b74e95ae46f0a490" "hash": "6ef7c8272da29395f10675092e652dd3164fcd3e868122026f0b8b56314accdb"
} }
}, },
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'", "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",