{ "version": "1.6.6", "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.6.6/packer_1.6.6_windows_amd64.zip", "hash": "4297db613ad67599c844cab1238e4faf67b1fd1a57eb1e2f3ca17b6eab4555d4" }, "32bit": { "url": "https://releases.hashicorp.com/packer/1.6.6/packer_1.6.6_windows_386.zip", "hash": "6c6693054dc759a5c2587ca27ba5198cc027fb0a1bc1d9fe5d97e0dbbc71b576" } }, "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" } } }