From 5ac6e45e121d1c02531ae8c37f04c855683b2545 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 19 Dec 2019 01:00:19 +0000 Subject: [PATCH] packer: Update to version 1.5.0 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 31dc73aeeb..1949f89811 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.4.5", + "version": "1.5.0", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.4.5/packer_1.4.5_windows_amd64.zip", - "hash": "5da1b38beaad735a8b7390865d33e5f60d830fa93e5485f593aae2254dcc4ad8" + "url": "https://releases.hashicorp.com/packer/1.5.0/packer_1.5.0_windows_amd64.zip", + "hash": "c42044a510c23dd346dddd02c1379958c75f4bf14da3c230429cf2addd544623" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.4.5/packer_1.4.5_windows_386.zip", - "hash": "1036a77f5775a88e24c74340dc40f5f47a50165edc2675b5de3758b0775cb6cb" + "url": "https://releases.hashicorp.com/packer/1.5.0/packer_1.5.0_windows_386.zip", + "hash": "697f52b5f851161316529159b230d68b2239bce9ea98472e09ef18501fffa9d1" } }, "bin": "packer.exe",