From 32415dd5b84b1728b5989261adb5e818f2964206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 3 Sep 2020 13:35:23 +0200 Subject: [PATCH] pester: Update to version 5.0.4 --- bucket/pester.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/pester.json b/bucket/pester.json index a37921f532..0bf47b381f 100644 --- a/bucket/pester.json +++ b/bucket/pester.json @@ -1,11 +1,11 @@ { - "version": "5.0.3", + "version": "5.0.4", "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.0.3.tar.gz", - "hash": "b779625ea8406a408f28612ef14a18d6b379a32ddea2a3b37f086fec83fcc5b8", - "extract_dir": "pester-5.0.3", + "url": "https://github.com/pester/pester/archive/5.0.4.tar.gz", + "hash": "327e88ebf84a42533d07172ff5f34855054ed875a5751ca61c89849966df338b", + "extract_dir": "pester-5.0.4", "bin": "bin\\pester.bat", "post_install": [ "$import = \"try { `$null = gcm pester -ea stop; import-module `\"$dir\\pester.psm1`\" } catch { }\"",