pester: Update to version 5.3.0

This commit is contained in:
Jakub Čábera 2021-08-17 06:53:14 -07:00
parent ebb4729826
commit f2e64490fc

View File

@ -1,11 +1,11 @@
{
"version": "5.2.2",
"version": "5.3.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.2.2.tar.gz",
"hash": "2e8b9d4820216b303d10e735555783ec6fc3c081bdd1b373ee6b72b75ee12e19",
"extract_dir": "pester-5.2.2",
"url": "https://github.com/pester/pester/archive/5.3.0.tar.gz",
"hash": "cd3fa3123f9289521610e49433c15c1ccd6b3f422df061c27f96321c8479849b",
"extract_dir": "pester-5.3.0",
"bin": "bin\\pester.bat",
"post_install": [
"$import = \"try { `$null = gcm pester -ea stop; import-module `\"$dir\\pester.psm1`\" } catch { }\"",