From 54cd75282ef4ddddef93d9b53bb56832aa3a6368 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Jul 2025 16:29:46 +0000 Subject: [PATCH] mihomo: Update to version 1.19.12 --- bucket/mihomo.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/mihomo.json b/bucket/mihomo.json index deea5780bb..3cffd9810f 100644 --- a/bucket/mihomo.json +++ b/bucket/mihomo.json @@ -1,20 +1,20 @@ { - "version": "1.19.11", + "version": "1.19.12", "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.11/mihomo-windows-amd64-v1.19.11.zip", - "hash": "2e5a35615ff93efe57d8a2790d26a084db039f58f4c9659ff0907ba87c2756f9" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.12/mihomo-windows-amd64-v1.19.12.zip", + "hash": "e4a11ba870c7f86a583b262af3bcada6f041e1e2327667cc2f7c7da8f8ce27cc" }, "32bit": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.11/mihomo-windows-386-v1.19.11.zip", - "hash": "1430f7075a299707c03209efef171570e9d12b4ef40841f762250ebd3929b005" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.12/mihomo-windows-386-v1.19.12.zip", + "hash": "cc82e15dd61d2a1e59cf12d03212de8d777f7a9f01a5b2d5b144e65acbca123e" }, "arm64": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.11/mihomo-windows-arm64-v1.19.11.zip", - "hash": "46b8cc2d00cc5de45e068d1934faf2e67d2bec66cb8a1b35fb4602be2c2d982e" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.12/mihomo-windows-arm64-v1.19.12.zip", + "hash": "572bc2f03d7114f4a51f300e65c4e4d320f4ad3c785040cedbcb53a17e540b3a" } }, "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",