From d76fa61300b2675733cc51a98442d83334765d3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 00:35:52 +0000 Subject: [PATCH] packer: Update to version 1.8.2 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 9d6cbf5e68..85100f790e 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.8.1", + "version": "1.8.2", "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.1/packer_1.8.1_windows_amd64.zip", - "hash": "75b15c3b61cb9c7a0daa0a9f7746f7453beb30ab604da1826760fe693857801c" + "url": "https://releases.hashicorp.com/packer/1.8.2/packer_1.8.2_windows_amd64.zip", + "hash": "844cdde6f2e2dbe0d237668ca25bbe7697916bc2e036015b2c1fe54460dfc818" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.8.1/packer_1.8.1_windows_386.zip", - "hash": "43a1fa6955657eee20a9182faca56842e1ae71dc2f8cdcf5256cf462880c982d" + "url": "https://releases.hashicorp.com/packer/1.8.2/packer_1.8.2_windows_386.zip", + "hash": "d13d2ecdcee4757b57ecb6baf9ba7e5d3c7550ea8cc43f0b737249c7f56bce2c" } }, "bin": "packer.exe",