mihomo: Update to version 1.18.5

This commit is contained in:
github-actions[bot] 2024-05-18 12:31:07 +00:00
parent 3d1b42471e
commit e81b0e34d6

View File

@ -1,20 +1,20 @@
{ {
"version": "1.18.4", "version": "1.18.5",
"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.4/mihomo-windows-amd64-v1.18.4.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.5/mihomo-windows-amd64-v1.18.5.zip",
"hash": "3109cb8341bceadd58f0269fb87d0c842d23bec3c4b69cd9eb6fb5fc545a8009" "hash": "115576b75ee9ad509d3689deb0bc2f272c95c3621f55889dcf71c653232bb40a"
}, },
"32bit": { "32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.4/mihomo-windows-386-v1.18.4.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.5/mihomo-windows-386-v1.18.5.zip",
"hash": "edfadb1e581e3d6c9a4fb17ae038e45234bdccf0465be432cd2fa472511c4cd8" "hash": "91b429fbd50e18b2fad48fed91ccdbac0a81eec3eaf52878cd2ab1ba40a9f211"
}, },
"arm64": { "arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.4/mihomo-windows-arm64-v1.18.4.zip", "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.5/mihomo-windows-arm64-v1.18.5.zip",
"hash": "fcf05996964578a9055c785f26fa20d874d5cb5dc87aac7269237d3cc3e7be4a" "hash": "783c915b7c7dc29f52e43cd3fb344f38d96acbb1517c0c52653e8ac1d3bc5cc2"
} }
}, },
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'", "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",