diff --git a/bucket/pester.json b/bucket/pester.json index 087d01dcf1..aa55975c7f 100644 --- a/bucket/pester.json +++ b/bucket/pester.json @@ -1,11 +1,11 @@ { "description": "Pester is a test and mock framework for PowerShell.", - "version": "4.7.3", + "version": "4.8.0", "license": "Apache-2.0", - "url": "https://github.com/pester/pester/archive/4.7.3.tar.gz", + "url": "https://github.com/pester/pester/archive/4.8.0.tar.gz", "homepage": "https://github.com/pester/Pester", - "hash": "d841decaf611ed968dbdbf983480a53c055e1ce8460cc9c6a3db3afbc6db2c68", - "extract_dir": "pester-4.7.3", + "hash": "3b185f7d42eaf7490d969a4af64c8b569f2603f97cc18d84fc94849967882cbd", + "extract_dir": "pester-4.8.0", "bin": "bin\\pester.bat", "post_install": [ "$import = \"try { `$null = gcm pester -ea stop; import-module `\"$dir\\pester.psm1`\" } catch { }\"",