{
    "version": "3.235.0",
    "description": "Create, deploy, and manage infrastructure on any cloud using any language.",
    "homepage": "https://www.pulumi.com",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://get.pulumi.com/releases/sdk/pulumi-v3.235.0-windows-x64.zip",
            "hash": "sha512:c835d5d7acd72fba97316c7087d94c388cd882f8569949e805a52b6b85b033cc0710d3fa2646135e78d2b7d39bc6466e38cb968d5165f4dbff4d65b13045f40b"
        },
        "arm64": {
            "url": "https://get.pulumi.com/releases/sdk/pulumi-v3.235.0-windows-x64.zip",
            "hash": "sha512:c835d5d7acd72fba97316c7087d94c388cd882f8569949e805a52b6b85b033cc0710d3fa2646135e78d2b7d39bc6466e38cb968d5165f4dbff4d65b13045f40b"
        }
    },
    "extract_dir": "Pulumi\\bin",
    "bin": [
        "pulumi.exe",
        "pulumi-language-dotnet.exe",
        "pulumi-language-go.exe",
        "pulumi-language-java.exe",
        "pulumi-language-nodejs.exe",
        "pulumi-language-python-exec",
        "pulumi-language-python.exe",
        "pulumi-language-yaml.exe",
        "pulumi-resource-pulumi-nodejs.cmd",
        "pulumi-resource-pulumi-python.cmd",
        "pulumi-watch.exe"
    ],
    "checkver": {
        "url": "https://www.pulumi.com/docs/get-started/install/versions",
        "regex": "<strong>([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://get.pulumi.com/releases/sdk/pulumi-v$version-windows-x64.zip"
            },
            "arm64": {
                "url": "https://get.pulumi.com/releases/sdk/pulumi-v$version-windows-x64.zip"
            }
        },
        "hash": {
            "url": "https://github.com/pulumi/pulumi/releases/download/v$version/SHA512SUMS"
        }
    }
}
