From 35204450666f9829a9cfa9aec88b9671ca0bda88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 00:33:11 +0000 Subject: [PATCH] packer: Update to version 1.9.2 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index f5910f2417..c372bde923 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.9.1", + "version": "1.9.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.9.1/packer_1.9.1_windows_amd64.zip", - "hash": "1ead07409150af65f56bb68d245a9cf6afd8dafb29b2e26c5dc92f2b40b9c079" + "url": "https://releases.hashicorp.com/packer/1.9.2/packer_1.9.2_windows_amd64.zip", + "hash": "2b73254cbf0ae0ccd812092f2910e453a1cefcf4f7d74672630ce1b9de4447d6" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.9.1/packer_1.9.1_windows_386.zip", - "hash": "0ba2405de2f3ccb6c397d0523383d91a4c0df2e0ab1590bdb43f7b0b0541364d" + "url": "https://releases.hashicorp.com/packer/1.9.2/packer_1.9.2_windows_386.zip", + "hash": "d4a09f1480eb42863ce6dd944ca254e4c4e17533c2883ec0645324e2c2efaa87" } }, "bin": "packer.exe",