microsoft / winget-create

The Windows Package Manager Manifest Creator command-line tool (aka wingetcreate)
MIT License
505 stars 86 forks source link

Update Chocolatey Version #534

Closed devoptimate closed 5 months ago

devoptimate commented 5 months ago

Description of the new feature / enhancement

Our CI pipeline currently commits winget manifests with an outdated manifest version. After investigation it turned out that the most current version committed to the Chocolatey package registry is 1.2.6, while wingetcreate is already released with 1.6.x on scoop and github.

So tr;dr: wingetcreate is not updated anymore on chocolatey unlike it is on winget or scoop

Proposed technical implementation details

No response

mdanish-kh commented 5 months ago

The WinGet team does not maintain the wingetcreate choco package. I believe this issue should be filed over at choco's repo from where the package is being maintained.

I believe it's this repo: https://github.com/pauby/ChocoPackages/tree/master/automatic/wingetcreate#winget-create

devoptimate commented 5 months ago

Alright, thanks, I have submitted the issue there.