From 92868f28e4497adac3cde4e03e566318bd966962 Mon Sep 17 00:00:00 2001 From: Martin Tracey Date: Fri, 25 Aug 2023 03:02:05 -0700 Subject: [PATCH] powershell-yaml: Add version 0.4.7 (#5041) --- bucket/powershell-yaml.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bucket/powershell-yaml.json diff --git a/bucket/powershell-yaml.json b/bucket/powershell-yaml.json new file mode 100644 index 0000000000..586e04683d --- /dev/null +++ b/bucket/powershell-yaml.json @@ -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": "

([\\d\\.]+)

" + }, + "autoupdate": { + "url": "https://psg-prod-eastus.azureedge.net/packages/powershell-yaml.$version.nupkg" + } +}