pwsh: Update to version 7.1.3

This commit is contained in:
Jakub Čábera 2021-03-12 19:48:45 +01:00
parent caeb592ca1
commit 4887ae8034

View File

@ -1,16 +1,16 @@
{ {
"version": "7.1.2", "version": "7.1.3",
"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.", "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", "homepage": "https://github.com/PowerShell/PowerShell",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.2/PowerShell-7.1.2-win-x64.zip", "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x64.zip",
"hash": "d32856f3406670fa8c3903f33004810fe5c1e568210e8933a22017cee60d38c7" "hash": "47475f1d4015704f3fb5f6d2cf61196d121aba60c19592b04be818317ce01039"
}, },
"32bit": { "32bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.2/PowerShell-7.1.2-win-x86.zip", "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x86.zip",
"hash": "63b96dfa3e31b6d885ac21b8df427f1cd2cd747916db5873a120855f1829dc81" "hash": "ecfd51545084d9b791874062c39eb0c7c7dd2991265ee7f4dc5064995a614e6c"
} }
}, },
"bin": "pwsh.exe", "bin": "pwsh.exe",