From 3997483dd0937d4a4e67a872863df1b2c86f44dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:31:41 +0000 Subject: [PATCH] mihomo: Update to version 1.18.8 --- bucket/mihomo.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/mihomo.json b/bucket/mihomo.json index 42f19843cf..18cd964e78 100644 --- a/bucket/mihomo.json +++ b/bucket/mihomo.json @@ -1,20 +1,20 @@ { - "version": "1.18.7", + "version": "1.18.8", "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.7/mihomo-windows-amd64-v1.18.7.zip", - "hash": "0ab2c6aad6e12300c0c34151c60bd243581d89bf6dbde665109353c053a833db" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.8/mihomo-windows-amd64-v1.18.8.zip", + "hash": "7c1c45ac58c0f3139c9a2176e3676294d0b733b399e95d6e3fee3e07f864781b" }, "32bit": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.7/mihomo-windows-386-v1.18.7.zip", - "hash": "eb2b01fdcc8b5492f508c88183418ff2cbb23265978e1d789bbb08915a348fab" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.8/mihomo-windows-386-v1.18.8.zip", + "hash": "2adc849120c26588c91032af89c40c96bb942078a9fb91f68a7b5931fb8c8c93" }, "arm64": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.7/mihomo-windows-arm64-v1.18.7.zip", - "hash": "bdcb04e3cec23db7db199ca23c96940c15c47c057587477c154f2e8de17c57ef" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.8/mihomo-windows-arm64-v1.18.8.zip", + "hash": "7aa772aa72752c2fc83cc1b8c40d973fa420e407346cd9277febcfeac953e214" } }, "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",