pwsh: Update to version 7.0.3

This commit is contained in:
Jakub Čábera 2020-07-17 07:24:05 +02:00
parent 3be956c7c6
commit 82de83ffd4

View File

@ -1,16 +1,16 @@
{
"homepage": "https://github.com/PowerShell/PowerShell",
"version": "7.0.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.",
"version": "7.0.2",
"homepage": "https://github.com/PowerShell/PowerShell",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.0.2/PowerShell-7.0.2-win-x64.zip",
"hash": "3ac28c2e9ba08a3a6d705cba90485d1f4d0dc7a58a96f7ec7947c95f61d1cb7a"
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.0.3/PowerShell-7.0.3-win-x64.zip",
"hash": "fee749388a399fefdb746e2b26e7b4e654c3cfef1c19ccafd14909ac46e35382"
},
"32bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.0.2/PowerShell-7.0.2-win-x86.zip",
"hash": "1c7d66e3c974a85b8d14fb80acdf71e28b745c203a581caa95071340f43b90b0"
"url": "https://github.com/PowerShell/PowerShell/releases/download/v7.0.3/PowerShell-7.0.3-win-x86.zip",
"hash": "cbf7a8d46d685a29fa8f05b91f40437a6577682ad3a02ae3cac20b9a89c901ac"
}
},
"bin": "pwsh.exe",