From 4b0925a834005bb72763a2cb39c5539299811dc7 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 25 Mar 2020 23:01:52 +0000 Subject: [PATCH] packer: Update to version 1.5.5 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 55afc598b1..d2c3d1da9d 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.4", + "version": "1.5.5", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.5.4/packer_1.5.4_windows_amd64.zip", - "hash": "26a66d6c99420b320babda2c94bfe1b289298b334d7721efd9f1a61139955d82" + "url": "https://releases.hashicorp.com/packer/1.5.5/packer_1.5.5_windows_amd64.zip", + "hash": "9ed486093c2c4ea16cc57bdc80366105bd1ebb234f1ba1839243c552498766ff" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.5.4/packer_1.5.4_windows_386.zip", - "hash": "ecdbfed1c0ac7abb61f4317a231233aae466577fe18bf4343810c779747b039a" + "url": "https://releases.hashicorp.com/packer/1.5.5/packer_1.5.5_windows_386.zip", + "hash": "0ad5d9a46b499867abce4ac36bcc6023da66f9610a8916f1b68c50c74656abd9" } }, "bin": "packer.exe",