mihomo: Update to version 1.19.16

This commit is contained in:
github-actions[bot] 2025-11-09 04:29:19 +00:00
parent 5272b05820
commit 85a6eab9e1

View File

@ -1,20 +1,20 @@
{ {
"version": "1.19.15", "version": "1.19.16",
"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.15/mihomo-windows-amd64-v1.19.15.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.16/mihomo-windows-amd64-v1.19.16.zip",
"hash": "4d732ecb41bf0565bf85d81e7024fb59ef3779d874b0fcc9467a77448eef19eb" "hash": "950388d2b891c34b269238e4641c92fe7a56de11f76f77246f906155462b26a7"
}, },
"32bit": { "32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.15/mihomo-windows-386-v1.19.15.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.16/mihomo-windows-386-v1.19.16.zip",
"hash": "b9f50f807adea0923526f74452d2fc916138a929307b1520b0a551597122c4ab" "hash": "f06a058c32dbf6540ab9d559b63daa2bbee4a931e599d0223032d36cb529bf63"
}, },
"arm64": { "arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.15/mihomo-windows-arm64-v1.19.15.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.16/mihomo-windows-arm64-v1.19.16.zip",
"hash": "fae1a0db68110e4ada85e70864bafefcc35b2306e4fc9332f17767d2f1d15bd1" "hash": "0cfb5d5ffd37fe54e1741b533d247703aa389610fa0b57675c6d42d7944176fa"
} }
}, },
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'", "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",