From fd461f244f740deb37421845df0a10faf04b138d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 12 Feb 2020 23:01:49 +0000 Subject: [PATCH] packer: Update to version 1.5.2 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 8bfc516c36..71206a3067 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.1", + "version": "1.5.2", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.5.1/packer_1.5.1_windows_amd64.zip", - "hash": "0a4ec81d5989a37126359bdd6774b08065a195ae43943530c3437556e8589c7c" + "url": "https://releases.hashicorp.com/packer/1.5.2/packer_1.5.2_windows_amd64.zip", + "hash": "0f1d36897257f8ab50e5be519ab20bed67e59505cf04e71bd7a21d525443984f" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.5.1/packer_1.5.1_windows_386.zip", - "hash": "9a11a0124c2091ad1117312385fb1f85d25a53ef0ef1a059a80c0d2aca0b75da" + "url": "https://releases.hashicorp.com/packer/1.5.2/packer_1.5.2_windows_386.zip", + "hash": "c07b0b0a81bbc380512344151aa8e34e83d53a5b90511156510d22b0effd3b34" } }, "bin": "packer.exe",