From dbd37c39c1f6001d6311db853cad41995abe8421 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 08:28:10 +0000 Subject: [PATCH] mihomo: Update to version 1.18.4 --- bucket/mihomo.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/mihomo.json b/bucket/mihomo.json index 141a8557e2..0feb46825e 100644 --- a/bucket/mihomo.json +++ b/bucket/mihomo.json @@ -1,20 +1,20 @@ { - "version": "1.18.3", + "version": "1.18.4", "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.3/mihomo-windows-amd64-v1.18.3.zip", - "hash": "5e9f63be25e238e6328a13bd106d71ee09e5c3c9efadadd27e3fbdc8cb739caf" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.4/mihomo-windows-amd64-v1.18.4.zip", + "hash": "3109cb8341bceadd58f0269fb87d0c842d23bec3c4b69cd9eb6fb5fc545a8009" }, "32bit": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.3/mihomo-windows-386-v1.18.3.zip", - "hash": "c6d88c5311e527abece43e10806b446b136490d02e7e5b74c387c9943162e464" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.4/mihomo-windows-386-v1.18.4.zip", + "hash": "edfadb1e581e3d6c9a4fb17ae038e45234bdccf0465be432cd2fa472511c4cd8" }, "arm64": { - "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.3/mihomo-windows-arm64-v1.18.3.zip", - "hash": "b64921ab1b61f7e3ac0d89ef5378d7b687471938f4a57559df3d380babfcc9f8" + "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.4/mihomo-windows-arm64-v1.18.4.zip", + "hash": "fcf05996964578a9055c785f26fa20d874d5cb5dc87aac7269237d3cc3e7be4a" } }, "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",