pester: Update to version 4.7.2

This commit is contained in:
Richard Kuhnt 2019-03-08 08:00:26 +00:00
parent 6144f66ae7
commit d54d1a2859

View File

@ -1,11 +1,11 @@
{
"description": "Pester is a test and mock framework for PowerShell.",
"version": "4.7.1",
"version": "4.7.2",
"license": "Apache-2.0",
"url": "https://github.com/pester/pester/archive/4.7.1.tar.gz",
"url": "https://github.com/pester/pester/archive/4.7.2.tar.gz",
"homepage": "https://github.com/pester/Pester",
"hash": "19fbaa4609aefb73b4fe87d0713daa5f6f6236945f4fe3e5b2927e62d8f15199",
"extract_dir": "pester-4.7.1",
"hash": "501e8a32d273d6fa97e976e45f3ab62622ebfbc6909fc035c998e10be2616f56",
"extract_dir": "pester-4.7.2",
"bin": "bin\\pester.bat",
"post_install": [
"$import = \"try { `$null = gcm pester -ea stop; import-module `\"$dir\\pester.psm1`\" } catch { }\"",