Update pester to version 4.3.1

This commit is contained in:
Richard Kuhnt 2018-02-20 23:00:29 +00:00
parent d5cd90890b
commit a34db25db6

View File

@ -1,10 +1,10 @@
{
"version": "4.2.0",
"version": "4.3.1",
"license": "https://raw.githubusercontent.com/pester/Pester/master/LICENSE",
"url": "https://github.com/pester/pester/archive/4.2.0.tar.gz",
"url": "https://github.com/pester/pester/archive/4.3.1.tar.gz",
"homepage": "https://github.com/pester/Pester",
"hash": "41791b4bbe131e8cc371f5cb90c1e5f837e11b9c576096544360a2159e222eb0",
"extract_dir": "pester-4.2.0",
"hash": "34cabbfb33d46f9a91386308a3b86023af602845980b6c8507979db5c29214d0",
"extract_dir": "pester-4.3.1",
"bin": "bin\\pester.bat",
"post_install": "
$import = \"try { `$null = gcm pester -ea stop; import-module `\"$dir\\pester.psm1`\" } catch { }\"