ScoopInstaller_Main/bucket/powershell-yaml.json

20 lines
787 B
JSON

{
"version": "0.4.12",
"description": "PowerShell module for serializing and deserializing YAML",
"homepage": "https://github.com/cloudbase/powershell-yaml",
"license": "MIT",
"url": "https://cdn.powershellgallery.com/packages/powershell-yaml.0.4.12.nupkg",
"hash": "d4602bc7a4a093766520422d53ca8b09acde162286fae11e2ee6c8edfea07810",
"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://cdn.powershellgallery.com/packages/powershell-yaml.$version.nupkg"
}
}