pester: Update to version 5.3.1

This commit is contained in:
Jakub Čábera 2021-09-21 04:50:02 -07:00
parent 8064189eb2
commit 20889e5e53

View File

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