From 9ad652fcf09c7431820382f2b13b7b2f423d98d1 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 12 Sep 2019 22:00:19 +0000 Subject: [PATCH] pwsh: Update to version 6.2.3 --- bucket/pwsh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/pwsh.json b/bucket/pwsh.json index 6cc91cc609..894a79d80a 100644 --- a/bucket/pwsh.json +++ b/bucket/pwsh.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/PowerShell/PowerShell", "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.", - "version": "6.2.2", + "version": "6.2.3", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.2/PowerShell-6.2.2-win-x64.zip", - "hash": "777e747dda5b684e8b05d720330fb5efdf3d4939f718d17446f33a0471bf6092" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.3/PowerShell-6.2.3-win-x64.zip", + "hash": "af171ed197b167e2630044dba6344af8b291e8646f7276b63f1d84c166a41d33" }, "32bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.2/PowerShell-6.2.2-win-x86.zip", - "hash": "cf492e43fd5a75ee5c542f6b45b6611382f80b362aca46fd8be6f95154791ea0" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.3/PowerShell-6.2.3-win-x86.zip", + "hash": "6b9f1c54755aa51678e56a6059c2747801b3e0c72e678b800b15c8e084129c66" } }, "bin": "pwsh.exe",