From 45f6f568089492bff87268a92e8363dcc0802424 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 11 Apr 2019 19:00:28 +0000 Subject: [PATCH] packer: Update to version 1.4.0 --- packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packer.json b/packer.json index 9ceb711492..1ad455c91e 100644 --- a/packer.json +++ b/packer.json @@ -1,15 +1,15 @@ { "homepage": "https://www.packer.io", "license": "MPL-2.0", - "version": "1.3.5", + "version": "1.4.0", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.3.5/packer_1.3.5_windows_amd64.zip", - "hash": "57d30d5d305cf877532e93526c284438daef5db26d984d16ee85e38a7be7cfbb" + "url": "https://releases.hashicorp.com/packer/1.4.0/packer_1.4.0_windows_amd64.zip", + "hash": "30166a017473c2ad840e294733a7eb9a9326e82ce304d320e91adb636a95dcb0" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.3.5/packer_1.3.5_windows_386.zip", - "hash": "04bff2f686f68fa7e6b7028961ad95d0c554016ad0bfa5003ee3a2b4c70c01a7" + "url": "https://releases.hashicorp.com/packer/1.4.0/packer_1.4.0_windows_386.zip", + "hash": "58fb669558f014c6b5f9c348631d72c3f8c303bd52fa07a8d8612bc45f3e1f30" } }, "bin": "packer.exe",