clash.meta@1.16.0: Fix hash (Closes #5134)

This commit is contained in:
github-actions[bot] 2023-09-27 08:34:15 +00:00
parent 05fe01357e
commit 6ea3a3dd6b

View File

@ -6,11 +6,11 @@
"architecture": {
"64bit": {
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.16.0/Clash.Meta-windows-amd64-v1.16.0.zip",
"hash": "2c67205ead93acbeabc2497ec81f662b1e53c5290c4985e642e483ad0321b239"
"hash": "044b94856cb20675a55d2e262993366b1da00c106ebb87583abe09def5ddcd3a"
},
"32bit": {
"url": "https://github.com/MetaCubeX/Clash.Meta/releases/download/v1.16.0/Clash.Meta-windows-386-v1.16.0.zip",
"hash": "06ad114f58f27ef4f7835aeaaed4071188ff1109d0c9823dd0b01e82aead5c28"
"hash": "5c3f0fec252b5a1e018dc0a9e24a20194f377f6bb93b6f87a622ed159311cf61"
}
},
"pre_install": "Get-ChildItem \"$dir\\Clash.Meta*.exe\" | Rename-Item -NewName 'Clash.Meta.exe'",