From 586122a6ec22265ad6ebc5e6193503bfc3ec2749 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 21 May 2019 18:00:25 +0000 Subject: [PATCH] pwsh: Update to version 6.1.4 --- bucket/pwsh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/pwsh.json b/bucket/pwsh.json index e2be91e198..43ba5147c4 100644 --- a/bucket/pwsh.json +++ b/bucket/pwsh.json @@ -1,15 +1,15 @@ { "homepage": "https://github.com/PowerShell/PowerShell", - "version": "6.2.0", + "version": "6.1.4", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.0/PowerShell-6.2.0-win-x64.zip", - "hash": "c02af438d3bc8dc61815110c99189a694ed161e64c64a59b49ab01d945dfc73a" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.1.4/PowerShell-6.1.4-win-x64.zip", + "hash": "e86a61ee07845f66337ff277617ca74e35abc07b67d2c7a4bc048369d8f7b807" }, "32bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.0/PowerShell-6.2.0-win-x86.zip", - "hash": "dae9d3d2ad332a82312d2dafa398287670fb5cbb94128c80d422e1f3679f8eb2" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.1.4/PowerShell-6.1.4-win-x86.zip", + "hash": "915046be600eb01de83335a5586a116ebd45af428973abc02b9285afd9e8e719" } }, "bin": "pwsh.exe",