mihomo: Update to version 1.19.17

This commit is contained in:
github-actions[bot] 2025-12-01 04:39:01 +00:00
parent 7a131b30dd
commit cb073706cd

View File

@ -1,20 +1,20 @@
{
"version": "1.19.16",
"version": "1.19.17",
"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.16/mihomo-windows-amd64-v1.19.16.zip",
"hash": "950388d2b891c34b269238e4641c92fe7a56de11f76f77246f906155462b26a7"
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.17/mihomo-windows-amd64-v1.19.17.zip",
"hash": "e6be3a23179925444940729be4a8bb4391afed0726f078b232ab3286cbe447b5"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.16/mihomo-windows-386-v1.19.16.zip",
"hash": "f06a058c32dbf6540ab9d559b63daa2bbee4a931e599d0223032d36cb529bf63"
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.17/mihomo-windows-386-v1.19.17.zip",
"hash": "6d1956c351701cfe74ca79120a9da8188b76cdce88e80cea4b5614d5f98b259d"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.16/mihomo-windows-arm64-v1.19.16.zip",
"hash": "0cfb5d5ffd37fe54e1741b533d247703aa389610fa0b57675c6d42d7944176fa"
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.17/mihomo-windows-arm64-v1.19.17.zip",
"hash": "76a9a0f5f67519499a1d92dbcdc1b5493996d5a967fc658bf94c389a49c7bae6"
}
},
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",