From a907ad61f4375ce5d66165984effd20c125803bf Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 28 Aug 2020 19:00:19 +0000 Subject: [PATCH] packer: Update to version 1.6.2 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 5da50aef05..c5052e6fbf 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.6.1", + "version": "1.6.2", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.6.1/packer_1.6.1_windows_amd64.zip", - "hash": "dd68974398e33584b6d0288f8df9cbcd00fb2ed9f4dd60bf6ffe6bd8d0203b6d" + "url": "https://releases.hashicorp.com/packer/1.6.2/packer_1.6.2_windows_amd64.zip", + "hash": "b2df2954df15fedd32e2fda09e7639f80cbf402d318d192f6770f467fc983e29" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.6.1/packer_1.6.1_windows_386.zip", - "hash": "b312affaa8239e5f4cf7cef721612353eedc9141dc773c84d651314e5641d564" + "url": "https://releases.hashicorp.com/packer/1.6.2/packer_1.6.2_windows_386.zip", + "hash": "78c6202569d6ace6e3f4690d0d08136ea58775742cd9c27bc23f28513ea57f1b" } }, "bin": "packer.exe",