From 3ca317c516cf400720e3899b7cbe8d873e0d4591 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 10 Aug 2018 23:01:47 +0000 Subject: [PATCH] pwsh: Update to version 6.0.4 --- pwsh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pwsh.json b/pwsh.json index 51e4d7d666..afb261e358 100644 --- a/pwsh.json +++ b/pwsh.json @@ -1,15 +1,15 @@ { "homepage": "https://github.com/PowerShell/PowerShell", - "version": "6.0.3", + "version": "6.0.4", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.0.3/PowerShell-6.0.3-win-x64.zip", - "hash": "dffbb84e3e474e00100f6e51f36f7cc1146c70e68cab72f94aa91ab35cb24ac7" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.0.4/PowerShell-6.0.4-win-x64.zip", + "hash": "0b04b63d2b63d4631cf5bd6e531f26b60f3cc1b1db41c8b5360f14776e66f797" }, "32bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.0.3/PowerShell-6.0.3-win-x86.zip", - "hash": "51a3fb4af86c72e300b3c9aad93be1665ce67e1077cf109b72cc57f4f8ac539c" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.0.4/PowerShell-6.0.4-win-x86.zip", + "hash": "787fbecba57cd385428dbf4f4a0b7e16f92eecee3e6adae65d1ab04ca8cf41dd" } }, "bin": "pwsh.exe",