From be315069ddcaba40d6cf787ef59f7d58ced99a9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 03:34:13 +0000 Subject: [PATCH] mihomo@1.18.5: Fix hash (Closes #5845) --- bucket/mihomo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mihomo.json b/bucket/mihomo.json index 7ce51246ef..bbd38212ab 100644 --- a/bucket/mihomo.json +++ b/bucket/mihomo.json @@ -6,15 +6,15 @@ "architecture": { "64bit": { "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.5/mihomo-windows-amd64-v1.18.5.zip", - "hash": "115576b75ee9ad509d3689deb0bc2f272c95c3621f55889dcf71c653232bb40a" + "hash": "0fd8a636631aa0b9a43be042f1d742ecfca9ad7f092bd53b6dda2262ad187a19" }, "32bit": { "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.5/mihomo-windows-386-v1.18.5.zip", - "hash": "91b429fbd50e18b2fad48fed91ccdbac0a81eec3eaf52878cd2ab1ba40a9f211" + "hash": "0294e0c0c02bdcec6deedbf300c64d172bffcc907ff8a05dd14cc35a25631272" }, "arm64": { "url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.5/mihomo-windows-arm64-v1.18.5.zip", - "hash": "783c915b7c7dc29f52e43cd3fb344f38d96acbb1517c0c52653e8ac1d3bc5cc2" + "hash": "8551c32a4cea3e723667b3ce7e9c090698cc1331a75c12ef767034becca50126" } }, "pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",