clipboard: Fix hashes

Closes #4643
This commit is contained in:
Rashil Gandhi 2023-04-09 09:45:58 +05:30 committed by GitHub
parent 04d2fa81df
commit 5ff8d16a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.6.0/clipboard-windows-amd64.zip", "url": "https://github.com/Slackadays/Clipboard/releases/download/0.6.0/clipboard-windows-amd64.zip",
"hash": "0b5edad1911692854c64ea8f4bfa9a287a44e3ccb6cff9bcd22539276c795d5e" "hash": "31b7ad611ff4ae15124480ef912bff93e743e46ccc87549807c68776ff528c50"
}, },
"arm64": { "arm64": {
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.6.0/clipboard-windows-arm64.zip", "url": "https://github.com/Slackadays/Clipboard/releases/download/0.6.0/clipboard-windows-arm64.zip",
"hash": "8217e884d5a397190b6664fb3de49463e441c0ec19667b0de386addc75d60a49" "hash": "c962534753efb71e67648e46c676a93dd3f9705f86de2a859c6a0228e6ff26f0"
} }
}, },
"extract_dir": "bin", "extract_dir": "bin",