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