diff --git a/bucket/mihomo.json b/bucket/mihomo.json index c95466c1e0..deea5780bb 100644 --- a/bucket/mihomo.json +++ b/bucket/mihomo.json @@ -1,20 +1,20 @@ { - "version": "1.19.10", + "version": "1.19.11", "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.19.10/mihomo-windows-amd64-v1.19.10.zip", - "hash": "22f301591e522e81ecbd4ae2987b2fcb4642c234c870094904188c4dc1aceb60" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.11/mihomo-windows-amd64-v1.19.11.zip", + "hash": "2e5a35615ff93efe57d8a2790d26a084db039f58f4c9659ff0907ba87c2756f9" }, "32bit": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.10/mihomo-windows-386-v1.19.10.zip", - "hash": "bf85b964ba1ae6de463e28c745f328eb85c08b97f97a36420d67b4dc4b3b77b7" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.11/mihomo-windows-386-v1.19.11.zip", + "hash": "1430f7075a299707c03209efef171570e9d12b4ef40841f762250ebd3929b005" }, "arm64": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.10/mihomo-windows-arm64-v1.19.10.zip", - "hash": "d58e9edcab3d7e066f76a991ce524a778d0f4ebfbd48c66ed2c09031c8af36ed" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.11/mihomo-windows-arm64-v1.19.11.zip", + "hash": "46b8cc2d00cc5de45e068d1934faf2e67d2bec66cb8a1b35fb4602be2c2d982e" } }, "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",