From 0b35586ce4f0c77a97f0a9c48d8e2be8c7d04581 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 20:23:53 +0000 Subject: [PATCH] packer: Update to version 1.9.3 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index c372bde923..4c57ae6b42 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.9.2", + "version": "1.9.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.9.2/packer_1.9.2_windows_amd64.zip", - "hash": "2b73254cbf0ae0ccd812092f2910e453a1cefcf4f7d74672630ce1b9de4447d6" + "url": "https://releases.hashicorp.com/packer/1.9.3/packer_1.9.3_windows_amd64.zip", + "hash": "66f1e41b07d8c886a3cb82323d1d68ef49241e597fdf56497b57c14a083ecbde" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.9.2/packer_1.9.2_windows_386.zip", - "hash": "d4a09f1480eb42863ce6dd944ca254e4c4e17533c2883ec0645324e2c2efaa87" + "url": "https://releases.hashicorp.com/packer/1.9.3/packer_1.9.3_windows_386.zip", + "hash": "d6fcc7fee5fdb9404c063867163d33f4264ad7a3836ff8ebbb2dbb61681e80db" } }, "bin": "packer.exe",