From ec736599faabc8deec176c8f4b6d653de26da7ce Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 9 Dec 2017 14:00:16 +0000 Subject: [PATCH] Update pester to version 4.1.1 --- pester.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pester.json b/pester.json index af98390e7c..fa429dd955 100644 --- a/pester.json +++ b/pester.json @@ -1,10 +1,10 @@ { - "version": "4.1.0", + "version": "4.1.1", "license": "https://raw.githubusercontent.com/pester/Pester/master/LICENSE", - "url": "https://github.com/pester/pester/archive/4.1.0.tar.gz", + "url": "https://github.com/pester/pester/archive/4.1.1.tar.gz", "homepage": "https://github.com/pester/Pester", - "hash": "8de5c85c7d3cfe802e76ccbe1ac4c7c874cbbe800e83b3c7e0941c31d9df50b5", - "extract_dir": "pester-4.1.0", + "hash": "2e80b95f33f1c22be19100d62763b917662f339a1c4cf3454d434a0d3f433aef", + "extract_dir": "pester-4.1.1", "bin": "bin\\pester.bat", "post_install": " $import = \"try { `$null = gcm pester -ea stop; import-module `\"$dir\\pester.psm1`\" } catch { }\"