From 79aff4f7b9b5a14fa3d65d687d62242bc2d2f25e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 8 Aug 2020 14:32:46 +0200 Subject: [PATCH] pester: Update to version 5.0.3 --- bucket/pester.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/pester.json b/bucket/pester.json index 09631c9bdf..a37921f532 100644 --- a/bucket/pester.json +++ b/bucket/pester.json @@ -1,11 +1,11 @@ { + "version": "5.0.3", "description": "Pester is a test and mock framework for PowerShell.", - "version": "5.0.2", - "license": "Apache-2.0", - "url": "https://github.com/pester/pester/archive/5.0.2.tar.gz", "homepage": "https://github.com/pester/Pester", - "hash": "bb1be911b8d7438b4ca69b6e843039f6d8f5477652da860907056c1c85cd7898", - "extract_dir": "pester-5.0.2", + "license": "Apache-2.0", + "url": "https://github.com/pester/pester/archive/5.0.3.tar.gz", + "hash": "b779625ea8406a408f28612ef14a18d6b379a32ddea2a3b37f086fec83fcc5b8", + "extract_dir": "pester-5.0.3", "bin": "bin\\pester.bat", "post_install": [ "$import = \"try { `$null = gcm pester -ea stop; import-module `\"$dir\\pester.psm1`\" } catch { }\"",