microsoft / microsoft/winget-pkgs
S[Update Request]: MacOS
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 11.1k
- Forks
- 9.7k
- Avg merge
- 1h 32m
- Merged PRs (30d)
- 616
Description
### What type of update are you requesting?
A change to the Package Identifier
### Current Package Identifier
Windows/mac
### Package Version
1.2.5.0
### Please describe the changes you would like to see
$ Find-WinGetPackage Warp -source winget | Select-Object -Property Id -First 1 | Update-WinGetPackage | Format-List
Id : Cloudflare.Warp
Name : Cloudflare WARP
Source : winget
CorrelationData :
InstallerErrorCode : 0
ExtendedErrorCode : System.Runtime.InteropServices.COMException (0x80070652)
RebootRequired : False
Status : InternalError
$ Find-WinGetPackage CMake -source winget | Select-Object -Property Id -First 1 | Update-WinGetPackage | Format-List
Id : Kitware.CMake
Name : CMake
Source : winget
CorrelationData :
InstallerErrorCode : 0
ExtendedErrorCode :
RebootRequired : False
Status : Ok
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the package identifier request and the PowerShell outputs in the issue, then locate the affected manifest in winget-pkgs. Confirm which identifier should replace “Windows/mac” before editing; done means the manifest contains the confirmed identifier and its validation succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100