From 09733bf07d6fa1638a830b70b074558f373e834d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 29 May 2021 21:41:58 -0700 Subject: [PATCH] pester: Update to version 5.2.2 --- bucket/pester.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/pester.json b/bucket/pester.json index ca33b3abc0..c806c763b8 100644 --- a/bucket/pester.json +++ b/bucket/pester.json @@ -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 { }\"",