mihomo@1.18.5: Fix hash (Closes #5845)

This commit is contained in:
github-actions[bot] 2024-05-19 03:34:13 +00:00
parent 36ff212114
commit be315069dd

View File

@ -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'",