Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect SHA 512 Hash #4178

Open
yakunaka opened this issue Feb 17, 2024 · 0 comments
Open

Incorrect SHA 512 Hash #4178

yakunaka opened this issue Feb 17, 2024 · 0 comments

Comments

@yakunaka
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant