mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
24 lines
960 B
JSON
24 lines
960 B
JSON
{
|
|
"version": "1.7.10661",
|
|
"description": "A PowerShell Module for the Windows Package Manager Client.",
|
|
"homepage": "https://github.com/microsoft/winget-cli/tree/master/src/PowerShell/Microsoft.WinGet.Client",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"PowerShell Core": "pwsh",
|
|
"WinGet": "winget"
|
|
},
|
|
"url": "https://psg-prod-eastus.azureedge.net/packages/microsoft.winget.client.1.7.10661.nupkg",
|
|
"hash": "c753b83a8fc783321620e4daa3436b21588f02849dcea3de57b4559988498421",
|
|
"pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content*.xml\" -Recurse",
|
|
"psmodule": {
|
|
"name": "Microsoft.WinGet.Client"
|
|
},
|
|
"checkver": {
|
|
"url": "https://www.powershellgallery.com/packages/Microsoft.WinGet.Client",
|
|
"regex": "<h2>([\\d.]+)</h2>"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://psg-prod-eastus.azureedge.net/packages/microsoft.winget.client.$version.nupkg"
|
|
}
|
|
}
|