From 8d4ca8010d9f358896567e9852f6b6e115d70bed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 08:27:00 +0000 Subject: [PATCH] mihomo: Update to version 1.18.7 --- bucket/mihomo.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/mihomo.json b/bucket/mihomo.json index 4aedb61c4c..42f19843cf 100644 --- a/bucket/mihomo.json +++ b/bucket/mihomo.json @@ -1,20 +1,20 @@ { - "version": "1.18.6", + "version": "1.18.7", "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.18.6/mihomo-windows-amd64-v1.18.6.zip", - "hash": "df8835db804be49fdef4192668d75cbdcbd85dc5675347adbce5583e13328f50" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.7/mihomo-windows-amd64-v1.18.7.zip", + "hash": "0ab2c6aad6e12300c0c34151c60bd243581d89bf6dbde665109353c053a833db" }, "32bit": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.6/mihomo-windows-386-v1.18.6.zip", - "hash": "46755fd0d4129cad07adc3562f5bcf9f5ff14e40dcbdae4ca642f575d8e1fe9b" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.7/mihomo-windows-386-v1.18.7.zip", + "hash": "eb2b01fdcc8b5492f508c88183418ff2cbb23265978e1d789bbb08915a348fab" }, "arm64": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.6/mihomo-windows-arm64-v1.18.6.zip", - "hash": "873c2646635c568141bf0511ed04f48f5401cbb83dd42973936a3e370dfddd6a" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.7/mihomo-windows-arm64-v1.18.7.zip", + "hash": "bdcb04e3cec23db7db199ca23c96940c15c47c057587477c154f2e8de17c57ef" } }, "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",