{
    "version": "1.15.3",
    "description": "Automates the creation of any type of virtual machine image.",
    "homepage": "https://www.packer.io",
    "license": "MPL-2.0",
    "architecture": {
        "64bit": {
            "url": "https://releases.hashicorp.com/packer/1.15.3/packer_1.15.3_windows_amd64.zip",
            "hash": "f0a256f13f8217070309f690e15ba76d53667f72da8efbcd33179d41c883ebdd"
        },
        "32bit": {
            "url": "https://releases.hashicorp.com/packer/1.15.3/packer_1.15.3_windows_386.zip",
            "hash": "95422603cecbcb2afdb68e351d693f1d4c8de3a58de10674cb6864d9a041dd9d"
        }
    },
    "bin": "packer.exe",
    "checkver": {
        "url": "https://releases.hashicorp.com/packer/",
        "regex": "packer_([\\d.]+)</a>"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://releases.hashicorp.com/packer/$version/packer_$version_windows_amd64.zip"
            },
            "32bit": {
                "url": "https://releases.hashicorp.com/packer/$version/packer_$version_windows_386.zip"
            }
        },
        "hash": {
            "url": "$baseurl/packer_$version_SHA256SUMS"
        }
    }
}
