diff --git a/bucket/mihomo.json b/bucket/mihomo.json index 4e005e9699..374eaa509e 100644 --- a/bucket/mihomo.json +++ b/bucket/mihomo.json @@ -1,20 +1,20 @@ { - "version": "1.17.0", + "version": "1.18.0", "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.17.0/mihomo-windows-amd64-v1.17.0.zip", - "hash": "06e19c3d0d400f376615bb17c90524f62a27eea99fe098736b5a302b2f63f79e" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.0/mihomo-windows-amd64-v1.18.0.zip", + "hash": "ab8b25366867d178f333c0de21c7b270b066f55a5506e5a8370163ae5fc6aa4a" }, "32bit": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.17.0/mihomo-windows-386-v1.17.0.zip", - "hash": "5c6b584c252106838e38e5aef9ba256b290b60fbe71828966c3f3129c48b4162" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.0/mihomo-windows-386-v1.18.0.zip", + "hash": "8c85b052ca549137a07837312be2a06d67ea19e0769249c481e82481c86c9d6b" }, "arm64": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.17.0/mihomo-windows-arm64-v1.17.0.zip", - "hash": "baf5250f591905bf509868f9b57aac57cb753f4314ae53c50511c97ba7f0ca4e" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.0/mihomo-windows-arm64-v1.18.0.zip", + "hash": "6c652e572a919ae7204ba06ed3fa9f39ecf16564e1a74ad8ad8bb80ab7e21425" } }, "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",