mihomo: Update to version 1.18.6

This commit is contained in:
github-actions[bot] 2024-07-01 16:28:28 +00:00
parent 52f83147cf
commit acc46c0dbd

View File

@ -1,20 +1,20 @@
{
"version": "1.18.5",
"version": "1.18.6",
"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.18.5/mihomo-windows-amd64-v1.18.5.zip",
"hash": "f7c2174022079af782ccbaee16ce23445216296f18bfcd35195455e30cf8ff84"
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.6/mihomo-windows-amd64-v1.18.6.zip",
"hash": "df8835db804be49fdef4192668d75cbdcbd85dc5675347adbce5583e13328f50"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.5/mihomo-windows-386-v1.18.5.zip",
"hash": "5634b05d5443757994ec4935e0b1c2b8574e53f34fa2b36ed3fa607b2a23189c"
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.6/mihomo-windows-386-v1.18.6.zip",
"hash": "46755fd0d4129cad07adc3562f5bcf9f5ff14e40dcbdae4ca642f575d8e1fe9b"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.5/mihomo-windows-arm64-v1.18.5.zip",
"hash": "479bf453e0ea33f658eef8a389223c3fa6ed410c1db5a3cc2d5ae24da8e2417a"
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.6/mihomo-windows-arm64-v1.18.6.zip",
"hash": "873c2646635c568141bf0511ed04f48f5401cbb83dd42973936a3e370dfddd6a"
}
},
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",