Method to mantain latest versions automatically #7503
-
Hello, I was wondering if there is or we could develop a method to mantain the latest versions of packages automatically. Do we have or it is planned to have a think like this for maintainers? I think it should be a great idea and feature to be up-to-date for sure. I mention Chocolatey but is not my intention to compare this winget with other tools. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It's already happening for many packages, see @wingetbot's contributions in the repo. More tooling is coming, it's being tracked in #5833 and #5418 (as well as many other places, I'm sure). |
Beta Was this translation helpful? Give feedback.
-
We regularly scan "all" of the manifests. If we detect a hash mismatch, then we try to download the package and generate a new one. Then a PR is submitted to correct it. If that passes, then it gets updated in the repository. We're working on code to identify manifests where the download fails. If there is a "working" version of the package, then we delete the manifest with the non-functional package URL. If there is no working version available, then we will automatically create an Issue like #7899 to let the community know we could no longer identify a valid URL. The code is being tested currently, and we're hoping to roll it out in the next week or two. |
Beta Was this translation helpful? Give feedback.
It's already happening for many packages, see @wingetbot's contributions in the repo. More tooling is coming, it's being tracked in #5833 and #5418 (as well as many other places, I'm sure).