From caaa46f541b61159a666bcaaafab996fb0837f95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 16:31:13 +0000 Subject: [PATCH] packer: Update to version 1.8.4 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index c08368882f..7b2cb270cd 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.8.3", + "version": "1.8.4", "description": "Automates the creation of any type of virtual machine image.", "homepage": "https://www.packer.io", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/packer/1.8.3/packer_1.8.3_windows_amd64.zip", - "hash": "8195f603916cfd4e4278c40e9c8b0a98128952d05e6c30fd19248f95ef71818c" + "url": "https://releases.hashicorp.com/packer/1.8.4/packer_1.8.4_windows_amd64.zip", + "hash": "dc156c5aebadcea38963b5d3ed355b4abf280dbc3254cbf66fa2ff78f34fe1ff" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.8.3/packer_1.8.3_windows_386.zip", - "hash": "b6dfb6050c2613c6a2dcdefde0f45bf8a5fb73d442fc9fb1000e94f19afec7e3" + "url": "https://releases.hashicorp.com/packer/1.8.4/packer_1.8.4_windows_386.zip", + "hash": "523ad3fef34be9a5e29f58fd6ba68f38e3df5832f8f6a39ba73f2e9715e3bc24" } }, "bin": "packer.exe",