From 424ed666e81325efd9e9033e2f306e733b836402 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 9 Jun 2020 20:00:33 +0000 Subject: [PATCH] packer: Update to version 1.6.0 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index f597b96587..37d3936f58 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -2,15 +2,15 @@ "homepage": "https://www.packer.io", "description": "Automates the creation of any type of virtual machine image.", "license": "MPL-2.0", - "version": "1.5.6", + "version": "1.6.0", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.5.6/packer_1.5.6_windows_amd64.zip", - "hash": "60c5220bd2617e95949a930625c3276f704ffbb54039312a0a040379786ac49e" + "url": "https://releases.hashicorp.com/packer/1.6.0/packer_1.6.0_windows_amd64.zip", + "hash": "318ba9144154100c4d625867a3f8a70838ff657dc07f45454b8b98e001e19608" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.5.6/packer_1.5.6_windows_386.zip", - "hash": "a6dc3e771610e63e18cb9ba58cb8de5af0b0f3d8a1e7f92c7eb97f35d7afcf98" + "url": "https://releases.hashicorp.com/packer/1.6.0/packer_1.6.0_windows_386.zip", + "hash": "a35f019da396f6cd3f7d908f108a7970b78b0421c949cc4b1814106e1fc1be40" } }, "bin": "packer.exe",