Skip to content

[Update Request]: Hash mismatch with Rustdesk.Rustdesk v1.4.0 #256206

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

Open
pixelstuff opened this issue May 13, 2025 · 1 comment
Open

[Update Request]: Hash mismatch with Rustdesk.Rustdesk v1.4.0 #256206

pixelstuff opened this issue May 13, 2025 · 1 comment
Labels
Error-Hash-Mismatch The InstallerSHA256 Hash specified in the manifest doesn't match with the InstallerURL hash Help-Wanted This is a good candidate work item from the community. Needs-Triage This work item needs to be triaged by a member of the core team. Package-Update This package needs to be updated

Comments

@pixelstuff
Copy link

pixelstuff commented May 13, 2025

What type of update are you requesting?

A new version of an existing package

Current Package Identifier

RustDesk.RustDesk

Package Version

1.4.0

Please describe the changes you would like to see

Seeing a "installer hash does not match" error. So would like to see the package hashes updated.

The rustdesk-1.4.0-x86_64.exe file I just downloaded shows:
SHA-256: CBFB2489E0C099C843196C7AA8DE88B613E8A48308C3A4ACE729D3EF9ED2D3A1

The 1.4.0 package installer.yaml shows:
SHA-256: 5A908E1014D90E8C9348789301E8FAF80EE6043C7F9F1BB0C529FF83853DB158

@pixelstuff pixelstuff added Help-Wanted This is a good candidate work item from the community. Package-Update This package needs to be updated labels May 13, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Triage This work item needs to be triaged by a member of the core team. Error-Hash-Mismatch The InstallerSHA256 Hash specified in the manifest doesn't match with the InstallerURL hash labels May 13, 2025
@Dragon1573
Copy link
Contributor

Tip

✅ Manually verified.

It seems this issue has already been resolved. ❤

14:34:42 D:\...\winget-pkgs  [master ≡] 2ms pwsh
$ komac show --installer-manifest RustDesk.RustDesk -v 1.4.0 | 
> ConvertFrom-Yaml |
> Select-Object -ExpandProperty Installers |
> ForEach-Object -Process {
>   $_ | Select-Object -Property InstallerUrl, @{ Name = "InstallerSha256"; Expression = { $_.InstallerSha256.ToUpper() } }
> } |
> Format-Table

InstallerUrl                                                                               InstallerSha256
------------                                                                               ---------------
https://github.com/rustdesk/rustdesk/releases/download/1.4.0/rustdesk-1.4.0-x86-sciter.exe 6ABC7A882DD5D581D709534F414ABDF55C11790EB4BAD46DC5E86EDF5FB35C33
https://github.com/rustdesk/rustdesk/releases/download/1.4.0/rustdesk-1.4.0-x86_64.exe     118D2CA9C9388A7F781AE56C0BFE1E765E7C3272312BEA5569B4CB5710D8C419

14:37:24 D:\...\winget-pkgs  [master ≡] 1ms pwsh
$ winget download --skip-dependencies --ignore-security-hash -e RustDesk.RustDesk -v 1.4.0   
已找到 RustDesk [RustDesk.RustDesk] 版本 1.4.0
此应用程序由其所有者授权给你。
Microsoft 对第三方程序包概不负责,也不向第三方程序包授予任何许可证。
已跳过依赖项。
正在下载 https://github.com/rustdesk/rustdesk/releases/download/1.4.0/rustdesk-1.4.0-x86_64.exe
  ██████████████████████████████  21.9 MB / 21.9 MB
已成功验证安装程序哈希
已下载安装程序: D:\Dragon1573\Downloads\RustDesk.RustDesk_1.4.0\RustDesk_1.4.0_Machine_X64_exe_zh-CN.exe

14:39:18 D:\...\winget-pkgs  [master ≡] 0ms pwsh
$ winget hash "D:\Dragon1573\Downloads\RustDesk.RustDesk_1.4.0\RustDesk_1.4.0_Machine_X64_exe_zh-CN.exe" |
> ConvertFrom-StringData -Delimiter ":" |
> Select-Object -Property @{ Name = "InstallerSha256"; Expression = { $_.InstallerSha256.ToUpper() } }

InstallerSha256
---------------
118D2CA9C9388A7F781AE56C0BFE1E765E7C3272312BEA5569B4CB5710D8C419

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Error-Hash-Mismatch The InstallerSHA256 Hash specified in the manifest doesn't match with the InstallerURL hash Help-Wanted This is a good candidate work item from the community. Needs-Triage This work item needs to be triaged by a member of the core team. Package-Update This package needs to be updated
Projects
None yet
Development

No branches or pull requests

2 participants