mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 08:31:20 +00:00
20 lines
793 B
JSON
20 lines
793 B
JSON
{
|
|
"version": "0.4.9",
|
|
"description": "PowerShell module for serializing and deserializing YAML",
|
|
"homepage": "https://github.com/cloudbase/powershell-yaml",
|
|
"license": "MIT",
|
|
"url": "https://psg-prod-eastus.azureedge.net/packages/powershell-yaml.0.4.9.nupkg",
|
|
"hash": "9148c268709ab46b21835c3ed8502ebdbff4a6dc19e65b7b3dd6b66e9131fd28",
|
|
"pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content_Types*.xml\" -Recurse",
|
|
"psmodule": {
|
|
"name": "powershell-yaml"
|
|
},
|
|
"checkver": {
|
|
"url": "https://www.powershellgallery.com/packages/powershell-yaml",
|
|
"regex": "<h2>([\\d\\.]+)</h2>"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://psg-prod-eastus.azureedge.net/packages/powershell-yaml.$version.nupkg"
|
|
}
|
|
}
|