From 7618bed2e590d636879caa3350f403650449f79d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 1 Mar 2019 00:00:33 +0000 Subject: [PATCH] packer: Update to version 1.3.5 --- packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packer.json b/packer.json index af1735e78d..9ceb711492 100644 --- a/packer.json +++ b/packer.json @@ -1,15 +1,15 @@ { "homepage": "https://www.packer.io", "license": "MPL-2.0", - "version": "1.3.4", + "version": "1.3.5", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.3.4/packer_1.3.4_windows_amd64.zip", - "hash": "6e0b70ec648184366092eff3c53ff67d08de72586a15798e9e9f51086b94eeac" + "url": "https://releases.hashicorp.com/packer/1.3.5/packer_1.3.5_windows_amd64.zip", + "hash": "57d30d5d305cf877532e93526c284438daef5db26d984d16ee85e38a7be7cfbb" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.3.4/packer_1.3.4_windows_386.zip", - "hash": "9c5f8b85dc57a079c08188e00f27c1c1d514c5497bad6f707e53ea1e75599ce0" + "url": "https://releases.hashicorp.com/packer/1.3.5/packer_1.3.5_windows_386.zip", + "hash": "04bff2f686f68fa7e6b7028961ad95d0c554016ad0bfa5003ee3a2b4c70c01a7" } }, "bin": "packer.exe",