From 19aebe19ff958ada388fcda7953732be4e927a20 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 1 Oct 2019 19:00:26 +0000 Subject: [PATCH] packer: Update to version 1.4.4 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index d8848c5404..61d98fd6ab 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.3", + "version": "1.4.4", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.4.3/packer_1.4.3_windows_amd64.zip", - "hash": "9df329285c46bb3e64462c7a6f2f0673b227466564ff1b6739d930d3aee719fe" + "url": "https://releases.hashicorp.com/packer/1.4.4/packer_1.4.4_windows_amd64.zip", + "hash": "310a98e6ac7d4ee4f306a5f8385628a2e79a2cb8f7d2e894379e3a97ff5ed35b" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.4.3/packer_1.4.3_windows_386.zip", - "hash": "46d1fbb4a6e8afe65164fcbaaa08ac21bddc4a0b2f8f9ce25d6586172c0bbb41" + "url": "https://releases.hashicorp.com/packer/1.4.4/packer_1.4.4_windows_386.zip", + "hash": "2cb20b287c3063d45fb820a3973992ff5ae6269a90caf39945b133b64966f16a" } }, "bin": "packer.exe",