From 42c233e98bc91f2f7006f12e1b54e092aa172ba1 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 10 Jan 2019 22:00:33 +0000 Subject: [PATCH] pester: Update to version 4.5.0 --- pester.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pester.json b/pester.json index 502177d3b6..85f54101d4 100644 --- a/pester.json +++ b/pester.json @@ -1,11 +1,11 @@ { "description": "Pester is a test and mock framework for PowerShell.", - "version": "4.4.4", + "version": "4.5.0", "license": "Apache-2.0", - "url": "https://github.com/pester/pester/archive/4.4.4.tar.gz", + "url": "https://github.com/pester/pester/archive/4.5.0.tar.gz", "homepage": "https://github.com/pester/Pester", - "hash": "d0f69393c72255c48abdc3aa6a7c8a2baeefa80a12bec6bf7b7d113ed990cb07", - "extract_dir": "pester-4.4.4", + "hash": "8e8a2395b374fa2387b9d4493d9d29cbcba047137202c654b056bed02904ee5e", + "extract_dir": "pester-4.5.0", "bin": "bin\\pester.bat", "post_install": [ "$import = \"try { `$null = gcm pester -ea stop; import-module `\"$dir\\pester.psm1`\" } catch { }\"",