mihomo@1.18.5: Fix hash (Closes #5854)

This commit is contained in:
github-actions[bot] 2024-05-20 11:36:18 +00:00
parent 97a63c388d
commit 47e6bc1d66

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": "0fd8a636631aa0b9a43be042f1d742ecfca9ad7f092bd53b6dda2262ad187a19"
"hash": "f7c2174022079af782ccbaee16ce23445216296f18bfcd35195455e30cf8ff84"
},
"32bit": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.5/mihomo-windows-386-v1.18.5.zip",
"hash": "0294e0c0c02bdcec6deedbf300c64d172bffcc907ff8a05dd14cc35a25631272"
"hash": "5634b05d5443757994ec4935e0b1c2b8574e53f34fa2b36ed3fa607b2a23189c"
},
"arm64": {
"url": "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.5/mihomo-windows-arm64-v1.18.5.zip",
"hash": "8551c32a4cea3e723667b3ce7e9c090698cc1331a75c12ef767034becca50126"
"hash": "479bf453e0ea33f658eef8a389223c3fa6ed410c1db5a3cc2d5ae24da8e2417a"
}
},
"pre_install": "Get-ChildItem \"$dir\\mihomo*.exe\" | Rename-Item -NewName 'mihomo.exe'",