powershell-yaml: Add version 0.4.7 (#5041)

This commit is contained in:
Martin Tracey 2023-08-25 03:02:05 -07:00 committed by GitHub
parent f45a1f44d7
commit 92868f28e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
{
"version": "0.4.7",
"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.7.nupkg",
"hash": "8e5782012dd82928a8b79dfaef8be511f4ce34ac50cafaa469f17596f53c6ac2",
"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"
}
}