diff --git a/bucket/pwsh.json b/bucket/pwsh.json index 93524ba60e..01966fef1f 100644 --- a/bucket/pwsh.json +++ b/bucket/pwsh.json @@ -1,16 +1,16 @@ { - "version": "7.1.0", + "version": "7.1.1", "description": "Cross-platform automation and configuration tool/framework, known as Powershell Core, that works well with existing tools and is optimized for dealing with structured data.", "homepage": "https://github.com/PowerShell/PowerShell", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.0/PowerShell-7.1.0-win-x64.zip", - "hash": "c86f260f92b31d4e8e30b1ebbeb09e13364fc095ecf1538d9a8cec18d21d5d32" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.1/PowerShell-7.1.1-win-x64.zip", + "hash": "9c1e35a11bc1bf379497f8998067e7e5c213e3b447e0dd2cc731c9374db8aef9" }, "32bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.0/PowerShell-7.1.0-win-x86.zip", - "hash": "3d0f768573317a0f69dab4f924b772ee947828d89cbf6bf5c7242b45a3800fbc" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.1/PowerShell-7.1.1-win-x86.zip", + "hash": "14663e4644616c3b79eabfb95fae7b7c013c5903db5a2dc70d014eaaa50e072c" } }, "bin": "pwsh.exe",