{
    "version": "7.7.0-preview.1",
    "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. (beta channel)",
    "homepage": "https://github.com/PowerShell/PowerShell",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.7.0-preview.1/PowerShell-7.7.0-preview.1-win-x64.zip",
            "hash": "175bb851f5368c18bd9ce4c845d61f5d3e1f1cd8eb31810c36c2248ad9d232a9"
        },
        "32bit": {
            "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.7.0-preview.1/PowerShell-7.7.0-preview.1-win-x86.zip",
            "hash": "be4d3903422c6a44588c7ce304421e394f819abd664d27086b8f6209de1f645d"
        },
        "arm64": {
            "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.7.0-preview.1/PowerShell-7.7.0-preview.1-win-arm64.zip",
            "hash": "82bd0c2fa6a6acdfb070bd3585ce48f0f71423399cbdd0efc162700b1822cd57"
        }
    },
    "bin": "pwsh.exe",
    "shortcuts": [
        [
            "pwsh.exe",
            "PowerShell"
        ]
    ],
    "pre_install": "if(!(Test-Path \"$dir\\profile.ps1\")) { New-Item \"$dir\\profile.ps1\" -ItemType File }",
    "persist": "profile.ps1",
    "checkver": {
        "github": "https://api.github.com/repos/PowerShell/PowerShell/releases",
        "jsonpath": "$[?(@.prerelease == true)].tag_name",
        "regex": "v([\\w.-]+)"
    },
    "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"
            },
            "arm64": {
                "url": "https://github.com/PowerShell/PowerShell/releases/download/v$version/PowerShell-$version-win-arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/hashes.sha256"
        }
    }
}
