pester: Update to version 5.0.2

This commit is contained in:
Jakub Čábera 2020-06-03 13:29:42 +02:00
parent 821ba729bf
commit b875162934

View File

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