From 0165b8ef799feb112dd0e5d94ad3e1ec6a770add Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 27 Jan 2020 23:01:52 +0000 Subject: [PATCH] pwsh: Update to version 6.2.4 --- bucket/pwsh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/pwsh.json b/bucket/pwsh.json index 894a79d80a..6bb9e30944 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.3", + "version": "6.2.4", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.3/PowerShell-6.2.3-win-x64.zip", - "hash": "af171ed197b167e2630044dba6344af8b291e8646f7276b63f1d84c166a41d33" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/PowerShell-6.2.4-win-x64.zip", + "hash": "54af157b57c83731907460f3e24ac60852e7f6a685a748cac8717f3ba18188b6" }, "32bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.3/PowerShell-6.2.3-win-x86.zip", - "hash": "6b9f1c54755aa51678e56a6059c2747801b3e0c72e678b800b15c8e084129c66" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.4/PowerShell-6.2.4-win-x86.zip", + "hash": "fff26e8a84a74d0af2776e5ffa97c77735f5fc0fd1b219ea8386153affb2a7bb" } }, "bin": "pwsh.exe",