From df52c25c2bf7851fa008a5d0ddc06e93da87d09c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 20:30:53 +0000 Subject: [PATCH] packer: Update to version 1.8.3 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 85100f790e..c08368882f 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.8.2", + "version": "1.8.3", "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.2/packer_1.8.2_windows_amd64.zip", - "hash": "844cdde6f2e2dbe0d237668ca25bbe7697916bc2e036015b2c1fe54460dfc818" + "url": "https://releases.hashicorp.com/packer/1.8.3/packer_1.8.3_windows_amd64.zip", + "hash": "8195f603916cfd4e4278c40e9c8b0a98128952d05e6c30fd19248f95ef71818c" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.8.2/packer_1.8.2_windows_386.zip", - "hash": "d13d2ecdcee4757b57ecb6baf9ba7e5d3c7550ea8cc43f0b737249c7f56bce2c" + "url": "https://releases.hashicorp.com/packer/1.8.3/packer_1.8.3_windows_386.zip", + "hash": "b6dfb6050c2613c6a2dcdefde0f45bf8a5fb73d442fc9fb1000e94f19afec7e3" } }, "bin": "packer.exe",