From 401a83e15532d2900ccf26b71157de98152ac911 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 14 Feb 2020 20:01:49 +0000 Subject: [PATCH] packer: Update to version 1.5.3 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 47174041d2..172322aa2b 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.2", + "version": "1.5.3", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.5.2/packer_1.5.2_windows_amd64.zip", - "hash": "6267a0023042848e144197cb3c28f72f9a4c2ef6432ae657057f08747f3fb5fe" + "url": "https://releases.hashicorp.com/packer/1.5.3/packer_1.5.3_windows_amd64.zip", + "hash": "37389b58461a960a0108d8e28fcd2137ca22a25af459aee1b783cbd72d04d0c3" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.5.2/packer_1.5.2_windows_386.zip", - "hash": "275d5e9dacda5f75bf5656b6cc753ff24a33c85389ba8c41021c5450a0db1d66" + "url": "https://releases.hashicorp.com/packer/1.5.3/packer_1.5.3_windows_386.zip", + "hash": "6d04be4c28d3f7fc4ae887c9913fbde845bf968571331032533fdd64b499de65" } }, "bin": "packer.exe",