From 8a1524c376b798bd26ab79e8ad5530aa01895369 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 12:31:29 +0000 Subject: [PATCH] mihomo: Update to version 1.19.13 --- bucket/mihomo.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/mihomo.json b/bucket/mihomo.json index 3cffd9810f..a95f6006a2 100644 --- a/bucket/mihomo.json +++ b/bucket/mihomo.json @@ -1,20 +1,20 @@ { - "version": "1.19.12", + "version": "1.19.13", "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.12/mihomo-windows-amd64-v1.19.12.zip", - "hash": "e4a11ba870c7f86a583b262af3bcada6f041e1e2327667cc2f7c7da8f8ce27cc" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.13/mihomo-windows-amd64-v1.19.13.zip", + "hash": "887b8ef56f12901cea447975ca2738dbb9c10b776761db4e2712848c2b93496a" }, "32bit": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.12/mihomo-windows-386-v1.19.12.zip", - "hash": "cc82e15dd61d2a1e59cf12d03212de8d777f7a9f01a5b2d5b144e65acbca123e" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.13/mihomo-windows-386-v1.19.13.zip", + "hash": "46b1f704868b738a0087791433c84827fc127818c740e8485f700ea4c0b45535" }, "arm64": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.12/mihomo-windows-arm64-v1.19.12.zip", - "hash": "572bc2f03d7114f4a51f300e65c4e4d320f4ad3c785040cedbcb53a17e540b3a" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.13/mihomo-windows-arm64-v1.19.13.zip", + "hash": "bc9be224bfe4b2ab8646301a38696353816b4964dd069529b74e95ae46f0a490" } }, "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",