ouch@0.6.0: Fix hash (Closes #6744)

This commit is contained in:
github-actions[bot] 2025-04-20 21:24:39 +00:00
parent 6cb6c2a8bf
commit 9924d1b2f3

View File

@ -6,12 +6,12 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ouch-org/ouch/releases/download/0.6.0/ouch-x86_64-pc-windows-msvc.zip", "url": "https://github.com/ouch-org/ouch/releases/download/0.6.0/ouch-x86_64-pc-windows-msvc.zip",
"hash": "d0a9f98e39c3ad2a75098d34e15df30710c950c5978eb1982016c1d484a22be7", "hash": "54ffb30ca52e9d8f228630828fc0e8407df23560dc1b53b0462ddaa732863967",
"extract_dir": "ouch-x86_64-pc-windows-msvc" "extract_dir": "ouch-x86_64-pc-windows-msvc"
}, },
"arm64": { "arm64": {
"url": "https://github.com/ouch-org/ouch/releases/download/0.6.0/ouch-aarch64-pc-windows-msvc.zip", "url": "https://github.com/ouch-org/ouch/releases/download/0.6.0/ouch-aarch64-pc-windows-msvc.zip",
"hash": "7dba962b39ab4404ee6c3c885f521a3fe44699d13096fd783c47323ffda2f8b7", "hash": "14099938be905aecb81088f4a599b8fdc9ad0cc7699cfc7f730cee993693de6c",
"extract_dir": "ouch-aarch64-pc-windows-msvc" "extract_dir": "ouch-aarch64-pc-windows-msvc"
} }
}, },