{
    "version": "1.10.1",
    "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.10.1/packer_1.10.1_windows_amd64.zip",
            "hash": "ed522ca762f3a1e4b217f0af7545333b469e49725e8d36a4e7d7b368d7925510"
        },
        "32bit": {
            "url": "https://releases.hashicorp.com/packer/1.10.1/packer_1.10.1_windows_386.zip",
            "hash": "8986e9b8cc60af73a9c7f9fab326728327c781fcdf4d2626dd04e776b5a8d8bc"
        }
    },
    "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"
        }
    }
}
