From cb073706cda23f8c537b3c0126c01e1ebf8b57c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:39:01 +0000 Subject: [PATCH] mihomo: Update to version 1.19.17 --- bucket/mihomo.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/mihomo.json b/bucket/mihomo.json index b7d140219b..b2fc2df929 100644 --- a/bucket/mihomo.json +++ b/bucket/mihomo.json @@ -1,20 +1,20 @@ { - "version": "1.19.16", + "version": "1.19.17", "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.16/mihomo-windows-amd64-v1.19.16.zip", - "hash": "950388d2b891c34b269238e4641c92fe7a56de11f76f77246f906155462b26a7" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.17/mihomo-windows-amd64-v1.19.17.zip", + "hash": "e6be3a23179925444940729be4a8bb4391afed0726f078b232ab3286cbe447b5" }, "32bit": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.16/mihomo-windows-386-v1.19.16.zip", - "hash": "f06a058c32dbf6540ab9d559b63daa2bbee4a931e599d0223032d36cb529bf63" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.17/mihomo-windows-386-v1.19.17.zip", + "hash": "6d1956c351701cfe74ca79120a9da8188b76cdce88e80cea4b5614d5f98b259d" }, "arm64": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.16/mihomo-windows-arm64-v1.19.16.zip", - "hash": "0cfb5d5ffd37fe54e1741b533d247703aa389610fa0b57675c6d42d7944176fa" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.17/mihomo-windows-arm64-v1.19.17.zip", + "hash": "76a9a0f5f67519499a1d92dbcdc1b5493996d5a967fc658bf94c389a49c7bae6" } }, "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",