pester: Update to version 4.10.1

This commit is contained in:
Richard Kuhnt 2020-02-07 21:01:54 +00:00
parent 7b7207d4e2
commit d22a2b65b2

View File

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