From 01e2b43c277deffdb35185c6765daa9d346ca5ff Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 30 Sep 2020 19:00:22 +0000 Subject: [PATCH] packer: Update to version 1.6.4 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 66a8f26154..53fd14ae8d 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.3", + "version": "1.6.4", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.6.3/packer_1.6.3_windows_amd64.zip", - "hash": "d1b0a935985c9af06c7bea116225672064e82b1fa8e57dccf345fbef69d11986" + "url": "https://releases.hashicorp.com/packer/1.6.4/packer_1.6.4_windows_amd64.zip", + "hash": "e0c5e3cacebc546089844dd08992075b2a9471f308a2ff57ade4ed7646abe65e" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.6.3/packer_1.6.3_windows_386.zip", - "hash": "2fc9cc149b5dc308b6cf3617748c8bd586a10428139c061aab50610303fffd61" + "url": "https://releases.hashicorp.com/packer/1.6.4/packer_1.6.4_windows_386.zip", + "hash": "93922429d5a760b6f1ba5eb48a31a472c965502a908ffcdf5f927e2d4343f203" } }, "bin": "packer.exe",