From ef32db320aac04d12c54f95239daf33e8e70171f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 30 Oct 2020 21:01:46 +0000 Subject: [PATCH] packer: Update to version 1.6.5 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 53fd14ae8d..34c0017caa 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.4", + "version": "1.6.5", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.6.4/packer_1.6.4_windows_amd64.zip", - "hash": "e0c5e3cacebc546089844dd08992075b2a9471f308a2ff57ade4ed7646abe65e" + "url": "https://releases.hashicorp.com/packer/1.6.5/packer_1.6.5_windows_amd64.zip", + "hash": "ff64180c8ebba2f9fe08fa6ae3dbe8282067ff1174b77edee7b1d9ac676d1383" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.6.4/packer_1.6.4_windows_386.zip", - "hash": "93922429d5a760b6f1ba5eb48a31a472c965502a908ffcdf5f927e2d4343f203" + "url": "https://releases.hashicorp.com/packer/1.6.5/packer_1.6.5_windows_386.zip", + "hash": "75cf9bb564bf2865a72a6aa9bec5e0a6d69cfa119be8b297e9be26fb7e3000fd" } }, "bin": "packer.exe",