pester: Update to version 4.8.1

This commit is contained in:
Richard Kuhnt 2019-05-11 14:00:52 +00:00
parent 7a61c95790
commit 1909618af1

View File

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