mihomo: Update to version 1.19.0

This commit is contained in:
github-actions[bot] 2024-12-09 12:33:47 +00:00
parent 748adca40f
commit b9c10359b9

View File

@ -1,20 +1,20 @@
{ {
"version": "1.18.10", "version": "1.19.0",
"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.18.10/mihomo-windows-amd64-v1.18.10.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.0/mihomo-windows-amd64-v1.19.0.zip",
"hash": "4e3bdf3dfd5966da08da79243bd774ddca3558df67350af254085978a3f9cb66" "hash": "702568a4ef844d70291d467a5cd92588b1ffbb74cad7915817ca253ad3a73ec9"
}, },
"32bit": { "32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.10/mihomo-windows-386-v1.18.10.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.0/mihomo-windows-386-v1.19.0.zip",
"hash": "d885dbf071ab4fce0ef57f4918865b884712b64facef057aa55c227736bbf57b" "hash": "ab996c060b5210754b57351057103668008179ec5fd29a5f839514a23fdf4e52"
}, },
"arm64": { "arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.10/mihomo-windows-arm64-v1.18.10.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.0/mihomo-windows-arm64-v1.19.0.zip",
"hash": "799aabbe2bd6a2c4e217ae3532adf2f2fda200e7ec35bac42a61969b3af6846c" "hash": "8412c06c938299549aef01a4c55b13ff0806f51ea4dce535d01d484fd4864e58"
} }
}, },
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'", "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",