{ "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.4/PowerShell-7.1.4-win-x64.zip", "hash": "ec5792d74eae88601d20734c857212920135aa5899823dcaf1c0143daedd8108" }, "32bit": { "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.1.4/PowerShell-7.1.4-win-x86.zip", "hash": "b44702f129514e638798d62a6f3eacb62ef8a628052f71f1ceed179ede3d4564" } }, "pre_install": [ "'Microsoft.PowerShell_profile.ps1', 'profile.ps1' | ForEach-Object {", " if (!(Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" | Out-Null }", "}" ], "bin": "pwsh.exe", "shortcuts": [ [ "pwsh.exe", "PowerShell Core" ] ], "persist": [ "Microsoft.PowerShell_profile.ps1", "profile.ps1" ], "checkver": "github", "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/PowerShell/PowerShell/releases/download/v$version/PowerShell-$version-win-x64.zip" }, "32bit": { "url": "https://github.com/PowerShell/PowerShell/releases/download/v$version/PowerShell-$version-win-x86.zip" } }, "hash": { "url": "https://github.com/PowerShell/PowerShell/releases/tag/v$version/", "regex": "$basename\\s*