pwsh: Update to version 7.1.0

This commit is contained in:
Jakub Čábera 2020-11-11 21:25:44 +01:00
parent 26a8d98eb6
commit 131204c481

View File

@ -1,16 +1,16 @@
{
"version": "7.0.3",
"version": "7.1.0",
"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.0.3/PowerShell-7.0.3-win-x64.zip",
"hash": "fee749388a399fefdb746e2b26e7b4e654c3cfef1c19ccafd14909ac46e35382"
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.0/PowerShell-7.1.0-win-x64.zip",
"hash": "c86f260f92b31d4e8e30b1ebbeb09e13364fc095ecf1538d9a8cec18d21d5d32"
},
"32bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.0.3/PowerShell-7.0.3-win-x86.zip",
"hash": "cbf7a8d46d685a29fa8f05b91f40437a6577682ad3a02ae3cac20b9a89c901ac"
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.0/PowerShell-7.1.0-win-x86.zip",
"hash": "3d0f768573317a0f69dab4f924b772ee947828d89cbf6bf5c7242b45a3800fbc"
}
},
"bin": "pwsh.exe",