pester: Update to version 5.2.1

This commit is contained in:
Jakub Čábera 2021-05-14 01:06:24 -07:00
parent 8bcae6a837
commit c1ad154173

View File

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