{
    "version": "0.21.3",
    "description": "Simple and secure remote access for any system from anywhere based on user identity",
    "homepage": "https://www.boundaryproject.io",
    "license": "MPL-2.0",
    "architecture": {
        "64bit": {
            "url": "https://releases.hashicorp.com/boundary/0.21.3/boundary_0.21.3_windows_amd64.zip",
            "hash": "34a143a6796d3c6cfb10d6858dd25ccfadf0008eec06a074315c8e2e65eb03a3"
        },
        "32bit": {
            "url": "https://releases.hashicorp.com/boundary/0.21.3/boundary_0.21.3_windows_386.zip",
            "hash": "9e0fcfef971bd16c2efb7b05de85309afc15a1a37531bf04023bf035552051f9"
        }
    },
    "bin": "boundary.exe",
    "checkver": {
        "url": "https://releases.hashicorp.com/boundary/",
        "regex": "boundary_([\\d.]+)</a>"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://releases.hashicorp.com/boundary/$version/boundary_$version_windows_amd64.zip"
            },
            "32bit": {
                "url": "https://releases.hashicorp.com/boundary/$version/boundary_$version_windows_386.zip"
            }
        },
        "hash": {
            "url": "$baseurl/boundary_$version_SHA256SUMS"
        }
    }
}
