{ "version": "1.11.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.11.1/packer_1.11.1_windows_amd64.zip", "hash": "0ecedc0fae460d679c08d78ebbcdbdd0e7cad21bd36768048ffc726a99e18ad2" }, "32bit": { "url": "https://releases.hashicorp.com/packer/1.11.1/packer_1.11.1_windows_386.zip", "hash": "21243d418ff15aee97440d479387d1c4981781c9aabac2f6b95c017381d622a5" } }, "bin": "packer.exe", "checkver": { "url": "https://releases.hashicorp.com/packer/", "regex": "packer_([\\d.]+)" }, "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" } } }