ScoopInstaller_Main/bucket/powershell-yaml.json
2024-12-13 16:31:16 +00:00

20 lines
793 B
JSON

{
"version": "0.4.8",
"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.8.nupkg",
"hash": "54d79df14c5534cd9c93e5394b07d0a8c1ee7aef55c4b5b74adee012aee92021",
"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"
}
}