From 67401e04c47cd6e7a1db9f722b78664c5d4dd6fe Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 30 Jan 2019 16:00:28 +0000 Subject: [PATCH] packer: Update to version 1.3.4 --- packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packer.json b/packer.json index c89d322083..af1735e78d 100644 --- a/packer.json +++ b/packer.json @@ -1,15 +1,15 @@ { "homepage": "https://www.packer.io", "license": "MPL-2.0", - "version": "1.3.3", + "version": "1.3.4", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.3.3/packer_1.3.3_windows_amd64.zip", - "hash": "02e35d7ec6dbd009c117f9731c42b8ba67fd6d53ec05f57849445f316ae8f817" + "url": "https://releases.hashicorp.com/packer/1.3.4/packer_1.3.4_windows_amd64.zip", + "hash": "6e0b70ec648184366092eff3c53ff67d08de72586a15798e9e9f51086b94eeac" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.3.3/packer_1.3.3_windows_386.zip", - "hash": "07ac92b10b6250edfe9280e777dc7752bf461c73eb9da7a14f34febd4ec3dc7a" + "url": "https://releases.hashicorp.com/packer/1.3.4/packer_1.3.4_windows_386.zip", + "hash": "9c5f8b85dc57a079c08188e00f27c1c1d514c5497bad6f707e53ea1e75599ce0" } }, "bin": "packer.exe",