pester: Update to version 5.2.2

This commit is contained in:
Jakub Čábera 2021-05-29 21:41:58 -07:00
parent 4aa0be4fbf
commit 09733bf07d

View File

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