From 8ce3f1f0c2fff36cbefcba3bbe70f1a31383da78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 08:29:33 +0000 Subject: [PATCH] mihomo: Update to version 1.19.6 --- bucket/mihomo.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/mihomo.json b/bucket/mihomo.json index ad68d74895..d2fe3b9e18 100644 --- a/bucket/mihomo.json +++ b/bucket/mihomo.json @@ -1,20 +1,20 @@ { - "version": "1.19.5", + "version": "1.19.6", "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.5/mihomo-windows-amd64-v1.19.5.zip", - "hash": "5c63eb2c87846e3c903ace67aee751d9917fbf283685c0f098187d1a8d160f2b" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.6/mihomo-windows-amd64-v1.19.6.zip", + "hash": "78c72cc49de8a57f95fe587cfc9af5c8aa0fbe48d639ca2ebfa56c886816d618" }, "32bit": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.5/mihomo-windows-386-v1.19.5.zip", - "hash": "2868ae80417acb27140b53a7b0efdf5232b6de934c0ef17e9a05269d7d21b7ca" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.6/mihomo-windows-386-v1.19.6.zip", + "hash": "d95283cc745668829a81d1c8a899e53529954a17f01a0e39f611b5b72f4e5bc9" }, "arm64": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.5/mihomo-windows-arm64-v1.19.5.zip", - "hash": "932bfff1e81b31e2674c19d2fd0214f9a7aeeb249a47c6aa2fe003c8a0e50bdc" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.6/mihomo-windows-arm64-v1.19.6.zip", + "hash": "be7e94deab53eec0385840b2429ce8069690a7394c8f73d36d9692e7979ab01a" } }, "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",