pester: Update to version 5.2.0

This commit is contained in:
Jakub Čábera 2021-05-06 20:14:41 +02:00
parent b0ab2f3e96
commit efc3c9ece5

View File

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