pwsh: Update to version 7.1.4

This commit is contained in:
Jakub Čábera 2021-08-12 23:06:00 -07:00
parent 91de145405
commit 7122bee2f0

View File

@ -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",