packer: Update to version 1.7.0

This commit is contained in:
Jakub Čábera 2021-02-17 17:50:49 +01:00
parent 9a31f83723
commit 06476ea2b5

View File

@ -1,16 +1,16 @@
{ {
"version": "1.6.6", "version": "1.7.0",
"description": "Automates the creation of any type of virtual machine image.", "description": "Automates the creation of any type of virtual machine image.",
"homepage": "https://www.packer.io", "homepage": "https://www.packer.io",
"license": "MPL-2.0", "license": "MPL-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://releases.hashicorp.com/packer/1.6.6/packer_1.6.6_windows_amd64.zip", "url": "https://releases.hashicorp.com/packer/1.7.0/packer_1.7.0_windows_amd64.zip",
"hash": "4297db613ad67599c844cab1238e4faf67b1fd1a57eb1e2f3ca17b6eab4555d4" "hash": "c7546b79ed8ea73a1541e5d084311a230f7233023df9b11659e1d12e7f63224b"
}, },
"32bit": { "32bit": {
"url": "https://releases.hashicorp.com/packer/1.6.6/packer_1.6.6_windows_386.zip", "url": "https://releases.hashicorp.com/packer/1.7.0/packer_1.7.0_windows_386.zip",
"hash": "6c6693054dc759a5c2587ca27ba5198cc027fb0a1bc1d9fe5d97e0dbbc71b576" "hash": "62ebdb5059b0cc46297cd3f5cae7875d2b45cb3e44b032b03c317c81bed98719"
} }
}, },
"bin": "packer.exe", "bin": "packer.exe",