From edef7a7a87eab7e8fd7b0715a18b55e93bfae3e0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 15 Feb 2020 01:01:49 +0000 Subject: [PATCH] packer: Update to version 1.5.4 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 172322aa2b..55afc598b1 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.3", + "version": "1.5.4", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.5.3/packer_1.5.3_windows_amd64.zip", - "hash": "37389b58461a960a0108d8e28fcd2137ca22a25af459aee1b783cbd72d04d0c3" + "url": "https://releases.hashicorp.com/packer/1.5.4/packer_1.5.4_windows_amd64.zip", + "hash": "26a66d6c99420b320babda2c94bfe1b289298b334d7721efd9f1a61139955d82" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.5.3/packer_1.5.3_windows_386.zip", - "hash": "6d04be4c28d3f7fc4ae887c9913fbde845bf968571331032533fdd64b499de65" + "url": "https://releases.hashicorp.com/packer/1.5.4/packer_1.5.4_windows_386.zip", + "hash": "ecdbfed1c0ac7abb61f4317a231233aae466577fe18bf4343810c779747b039a" } }, "bin": "packer.exe",