From 8c30276fc5a1ab21f80b2b689d9f103a21d5a4ec Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 23 May 2019 18:00:22 +0000 Subject: [PATCH] pwsh: Update to version 6.2.1 --- bucket/pwsh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/pwsh.json b/bucket/pwsh.json index 43ba5147c4..b6ef7e6875 100644 --- a/bucket/pwsh.json +++ b/bucket/pwsh.json @@ -1,15 +1,15 @@ { "homepage": "https://github.com/PowerShell/PowerShell", - "version": "6.1.4", + "version": "6.2.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.1.4/PowerShell-6.1.4-win-x64.zip", - "hash": "e86a61ee07845f66337ff277617ca74e35abc07b67d2c7a4bc048369d8f7b807" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.1/PowerShell-6.2.1-win-x64.zip", + "hash": "6bcc0f80ca549a8adb317b2ec1294f103c4bf75cc29efa8ac03a27f9a860b1f4" }, "32bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.1.4/PowerShell-6.1.4-win-x86.zip", - "hash": "915046be600eb01de83335a5586a116ebd45af428973abc02b9285afd9e8e719" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.1/PowerShell-6.2.1-win-x86.zip", + "hash": "f8a713a2614603267683f463b75ce9a81756107f0c927f198bbdd747acb10ac0" } }, "bin": "pwsh.exe",