mihomo: Update to version 1.19.3

This commit is contained in:
github-actions[bot] 2025-03-03 04:30:49 +00:00
parent 2dbcf15683
commit b08f54b295

View File

@ -1,20 +1,20 @@
{ {
"version": "1.19.2", "version": "1.19.3",
"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.2/mihomo-windows-amd64-v1.19.2.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.3/mihomo-windows-amd64-v1.19.3.zip",
"hash": "5dd66534593a94845b54c17c438c1fa59a19caa4469af98816341e1474e20c7c" "hash": "a3e5c03e90f5cb192e3488b6e14d41ddc9a920ed238b83fa67d02c1c83fe7c98"
}, },
"32bit": { "32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.2/mihomo-windows-386-v1.19.2.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.3/mihomo-windows-386-v1.19.3.zip",
"hash": "674b3c76208b410f57f9a4b58988b5518d5a4c3c8c44bd41f51f7ad6247d958d" "hash": "2fdf2f8be3ae39e8d5fc60f4c7fdb064c29c3e70409576b6a5fd39bead568027"
}, },
"arm64": { "arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.2/mihomo-windows-arm64-v1.19.2.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.3/mihomo-windows-arm64-v1.19.3.zip",
"hash": "dfec638e296566c229080f8125ae400b1db32d7f66b2edfc83899a4d1f941ce4" "hash": "649063413e0fe778026717365bf4e23157aaf2176a5cb8f3bf3da53b37dc4238"
} }
}, },
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'", "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",