{ "homepage": "https://www.packer.io", "description": "Automates the creation of any type of virtual machine image.", "license": "MPL-2.0", "version": "1.4.3", "architecture": { "64bit": { "url": "https://releases.hashicorp.com/packer/1.4.3/packer_1.4.3_windows_amd64.zip", "hash": "9df329285c46bb3e64462c7a6f2f0673b227466564ff1b6739d930d3aee719fe" }, "32bit": { "url": "https://releases.hashicorp.com/packer/1.4.3/packer_1.4.3_windows_386.zip", "hash": "46d1fbb4a6e8afe65164fcbaaa08ac21bddc4a0b2f8f9ce25d6586172c0bbb41" } }, "bin": "packer.exe", "checkver": { "url": "https://releases.hashicorp.com/packer/", "re": "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" } } }