pwsh: Update to version 6.2.1

This commit is contained in:
Richard Kuhnt 2019-05-23 18:00:22 +00:00
parent 363c00cd1c
commit 8c30276fc5

View File

@ -1,15 +1,15 @@
{
"homepage": "https://github.com/PowerShell/PowerShell",
"version": "6.1.4",
"version": "6.2.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v6.1.4/PowerShell-6.1.4-win-x64.zip",
"hash": "e86a61ee07845f66337ff277617ca74e35abc07b67d2c7a4bc048369d8f7b807"
"url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.1/PowerShell-6.2.1-win-x64.zip",
"hash": "6bcc0f80ca549a8adb317b2ec1294f103c4bf75cc29efa8ac03a27f9a860b1f4"
},
"32bit": {
"url": "https://github.com/PowerShell/PowerShell/releases/download/v6.1.4/PowerShell-6.1.4-win-x86.zip",
"hash": "915046be600eb01de83335a5586a116ebd45af428973abc02b9285afd9e8e719"
"url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.1/PowerShell-6.2.1-win-x86.zip",
"hash": "f8a713a2614603267683f463b75ce9a81756107f0c927f198bbdd747acb10ac0"
}
},
"bin": "pwsh.exe",