etcher
etcher copied to clipboard
Incorrect SHA 512 Hash
In Windows 11 using Powershell (x86) the hash does not match the hash provided in the latest.yml file.
I used, "Get-FileHash -Algorithm SHA512 balenaEtcher-Setup-1.18.11.exe | Format-List"
Algorithm : SHA512 Hash: 124EC711881E68D96A0FB4DC3C8EF424F54B536DE7E0AE6ACE615B3C0858EA6DD9F4AEC448B29466A8B5AC0B934959A3AD8117CAD3E B675247F19AC5D5C68BE2
The hash provided in the latest.yml file is "Ek7HEYgeaNlqD7TcPI70JPVLU23n4K5qzmFbPAhY6m3Z9K7ESLKUZqi1rAuTSVmjrYEXytPrZ1JH8ZrF1caL4g"
version: 1.18.11 files:
- url: balenaEtcher-Setup-1.18.11.exe sha512: Ek7HEYgeaNlqD7TcPI70JPVLU23n4K5qzmFbPAhY6m3Z9K7ESLKUZqi1rAuTSVmjrYEXytPrZ1JH8ZrF1caL4g== size: 155021320 path: balenaEtcher-Setup-1.18.11.exe sha512: Ek7HEYgeaNlqD7TcPI70JPVLU23n4K5qzmFbPAhY6m3Z9K7ESLKUZqi1rAuTSVmjrYEXytPrZ1JH8ZrF1caL4g== releaseDate: '2023-07-12T15:30:46.745Z' stagingPercentage: "100"
I apologize for the formatting of this post. I'm not a developer and I'm new to GitHub.