From dc1fc643f58cef11bd152385d573372248baec6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 16:31:11 +0000 Subject: [PATCH] mihomo: Update to version 1.19.20 --- bucket/mihomo.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/mihomo.json b/bucket/mihomo.json index aea07150c0..84d4944a9c 100644 --- a/bucket/mihomo.json +++ b/bucket/mihomo.json @@ -1,20 +1,20 @@ { - "version": "1.19.19", + "version": "1.19.20", "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.19/mihomo-windows-amd64-v1.19.19.zip", - "hash": "7f48c95a080a3aa4d2b7617510c550188113afd7607b3b0ab1038e1d2aea6782" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.20/mihomo-windows-amd64-v1.19.20.zip", + "hash": "33144bd861db7fa7cea605a776f1855b85eb5578b5f0f60e8d0d5b6521d93a1b" }, "32bit": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.19/mihomo-windows-386-v1.19.19.zip", - "hash": "3e4992bae8a64f2475ed4cefffac24187bf9588692bee5cc7ba27b396d097088" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.20/mihomo-windows-386-v1.19.20.zip", + "hash": "a549df84f3473eda7e20c9cdd2ddd7e3f3e8a3ddd5c3b6475cdc91b27b2b8e85" }, "arm64": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.19/mihomo-windows-arm64-v1.19.19.zip", - "hash": "f88128b4db93179de37f6804346d09cd0031faec712a82bde94d0031ea29dd22" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.19.20/mihomo-windows-arm64-v1.19.20.zip", + "hash": "09c60361242c625e7190ce2aa1aa1061df676b8701f2c985e06f67e48103137e" } }, "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",