-
Some publishers use a static URL for their latest version. Is winget able to handle these links automatically? Would it be improper to submit pull requests for these URL's with the package version as "Latest" so users can just do |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
wingetbot will update the application's manifest if there's actually a hash mismatch, but from what I can see, it doesn't seem like wingetbot checks all of the applications' manifests to see if the installers' hashes are valid or not. I had to manually install all 1300+ applications on a virtual machine and manually update the applications' manifests with a valid hash. For example: https://github.com/microsoft/winget-pkgs/pulls?q=is%3Apr+author%3AItzLevvie+%22Fix+Sha256%22+is%3Aclosed
Yes because the version in the manifest must match the one shown in Control Panel as the Windows Package Manager uses values directly from the Control Panel to properly map the application in |
Beta Was this translation helpful? Give feedback.
wingetbot will update the application's manifest if there's actually a hash mismatch, but from what I can see, it doesn't seem like wingetbot checks all of the applications' manifests to see if the installers' hashes are valid or not. I had to manually install all 1300+ applications on a virtual machine and manually update the applications' manifests with a valid hash. For example: https://github.com/microsoft/winget-pkgs/pulls?q=is%3Apr+author%3AItzLevvie+%22Fix+Sha256%22+is%3Aclosed