From 7122bee2f0b25d643ca737ef42d7c40f51767308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 12 Aug 2021 23:06:00 -0700 Subject: [PATCH] pwsh: Update to version 7.1.4 --- bucket/pwsh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/pwsh.json b/bucket/pwsh.json index edc4245637..1edb6e2ae6 100644 --- a/bucket/pwsh.json +++ b/bucket/pwsh.json @@ -1,16 +1,16 @@ { - "version": "7.1.3", + "version": "7.1.4", "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.", "homepage": "https://github.com/PowerShell/PowerShell", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x64.zip", - "hash": "47475f1d4015704f3fb5f6d2cf61196d121aba60c19592b04be818317ce01039" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.4/PowerShell-7.1.4-win-x64.zip", + "hash": "ec5792d74eae88601d20734c857212920135aa5899823dcaf1c0143daedd8108" }, "32bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x86.zip", - "hash": "ecfd51545084d9b791874062c39eb0c7c7dd2991265ee7f4dc5064995a614e6c" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.4/PowerShell-7.1.4-win-x86.zip", + "hash": "b44702f129514e638798d62a6f3eacb62ef8a628052f71f1ceed179ede3d4564" } }, "bin": "pwsh.exe",