diff --git a/bucket/pwsh.json b/bucket/pwsh.json index 01966fef1f..109410b759 100644 --- a/bucket/pwsh.json +++ b/bucket/pwsh.json @@ -1,16 +1,16 @@ { - "version": "7.1.1", + "version": "7.1.2", "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.1/PowerShell-7.1.1-win-x64.zip", - "hash": "9c1e35a11bc1bf379497f8998067e7e5c213e3b447e0dd2cc731c9374db8aef9" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.2/PowerShell-7.1.2-win-x64.zip", + "hash": "d32856f3406670fa8c3903f33004810fe5c1e568210e8933a22017cee60d38c7" }, "32bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.1/PowerShell-7.1.1-win-x86.zip", - "hash": "14663e4644616c3b79eabfb95fae7b7c013c5903db5a2dc70d014eaaa50e072c" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.2/PowerShell-7.1.2-win-x86.zip", + "hash": "63b96dfa3e31b6d885ac21b8df427f1cd2cd747916db5873a120855f1829dc81" } }, "bin": "pwsh.exe",