mihomo: Update to version 1.19.20

This commit is contained in:
github-actions[bot] 2026-02-08 16:31:11 +00:00
parent 0529ee39b4
commit dc1fc643f5

View File

@ -1,20 +1,20 @@
{
"version": "1.19.19",
"version": "1.19.20",
"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.19/mihomo-windows-amd64-v1.19.19.zip",
"hash": "7f48c95a080a3aa4d2b7617510c550188113afd7607b3b0ab1038e1d2aea6782"
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.20/mihomo-windows-amd64-v1.19.20.zip",
"hash": "33144bd861db7fa7cea605a776f1855b85eb5578b5f0f60e8d0d5b6521d93a1b"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.19/mihomo-windows-386-v1.19.19.zip",
"hash": "3e4992bae8a64f2475ed4cefffac24187bf9588692bee5cc7ba27b396d097088"
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.20/mihomo-windows-386-v1.19.20.zip",
"hash": "a549df84f3473eda7e20c9cdd2ddd7e3f3e8a3ddd5c3b6475cdc91b27b2b8e85"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.19/mihomo-windows-arm64-v1.19.19.zip",
"hash": "f88128b4db93179de37f6804346d09cd0031faec712a82bde94d0031ea29dd22"
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.20/mihomo-windows-arm64-v1.19.20.zip",
"hash": "09c60361242c625e7190ce2aa1aa1061df676b8701f2c985e06f67e48103137e"
}
},
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",