diff --git a/bucket/pester.json b/bucket/pester.json index 0978022c63..1d919db086 100644 --- a/bucket/pester.json +++ b/bucket/pester.json @@ -1,11 +1,11 @@ { "description": "Pester is a test and mock framework for PowerShell.", - "version": "5.0.0", + "version": "5.0.1", "license": "Apache-2.0", - "url": "https://github.com/pester/pester/archive/5.0.0.tar.gz", + "url": "https://github.com/pester/pester/archive/5.0.1.tar.gz", "homepage": "https://github.com/pester/Pester", - "hash": "f987564ce59fd378fb2eda5e81c0d0e6b9fdd9654bdf1438f62667314adffa4e", - "extract_dir": "pester-5.0.0", + "hash": "45deaa63428ea5faaa5e52abc68de98797b942f5b28f3f85e444104d6099d3a9", + "extract_dir": "pester-5.0.1", "bin": "bin\\pester.bat", "post_install": [ "$import = \"try { `$null = gcm pester -ea stop; import-module `\"$dir\\pester.psm1`\" } catch { }\"",