-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Package Issue]: Google.Chrome – Installer Hash Mismatch #183878
Comments
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
|
The current version of Google Chrome in the WinGet repo is 130.0.6723.59. You may need to update your source cache through |
Tried this but still issue exists PS C:\Users\XXX> winget source update |
That's weird. It works normally on my end:
It might be a CDN issue from the WinGet source server. |
Manually verified. Currently behind a proxy in Hong Kong SAR., China.
|
I had this issue today. I was able to work around it by bypassing the check.
Of course, that workaround isn't available when installing as admin. It sounds like this error is a common problem for packages that updated themselves frequently (such as Google Chrome). Perhaps there's a better solution that doesn't leave these packages often broken. |
Same problem for me… |
In my first experience, I was on a corporate machine with VPNs and other administrative controls. To exclude those as a possibility, I tested on another machine, a mostly clean Windows 11 VM with a regular IP connection (no VPNs, proxies, etc), and the issue replicated, so the issue seems to be that the hashes in winget have fallen behind the contents of the installer. |
The Chrome package in the WinGet repo has been updated to 132.0.6834.111, but the pipeline for generating the index is having some issues: #216213 |
### Please confirm these before moving forward
I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
I have not been informed if the issue is resolved in a preview version of the winget client.
### Category of the issue
Installer hash mismatch.
Brief description of your issue
The installation of Google.Chrome fails due to an installer hash mismatch. This error occurs while running the installation via WinGet.
Steps to reproduce
winget install --id "Google.Chrome" --source "winget" --silent --accept-package-agreements --accept-source-agreements --verbose-logs
Actual behavior
PS C:\Users\XXX> winget install --id=Google.Chrome --source="winget" --silent --accept-package-agreements --accept-source-agreements --verbose-logs
Found Google Chrome [Google.Chrome] Version 129.0.6668.90
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi
██████████████████████████████ 118 MB / 118 MB
Installer hash does not match; this cannot be overridden when running as admin
PS C:\Users\XXX>
Expected behavior
The package should install without any hash mismatch issues.
Environment
2024-10-17 16:34:33.506 [CORE] WinGet, version [1.8.1911], activity [{268E35D8-2EC7-4185-9F0B-48BA38528B50}]
2024-10-17 16:34:33.507 [CORE] OS: Windows.Desktop v10.0.22631.4249
2024-10-17 16:34:33.507 [CORE] Command line Args: "C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.23.1911.0_x64__8wekyb3d8bbwe\winget.exe"
Screenshots and Logs
winget search Google.Chrome
Name Id Version Source
Google Chrome Google.Chrome 129.0.6668.90 winget
searching the Manifests area shows the version 130.0.6723.59
The text was updated successfully, but these errors were encountered: