From 1c95641ee3ca714dd229ffa1d3071f25900c27fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:29:26 +0000 Subject: [PATCH] packer: Update to version 1.11.2 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index ffd75ee010..5e725a3ea1 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.11.1", + "version": "1.11.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.11.1/packer_1.11.1_windows_amd64.zip", - "hash": "0ecedc0fae460d679c08d78ebbcdbdd0e7cad21bd36768048ffc726a99e18ad2" + "url": "https://releases.hashicorp.com/packer/1.11.2/packer_1.11.2_windows_amd64.zip", + "hash": "43facee0f16a03c26bbb713c6904b39568ae320d02b875fe18436e93068a712e" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.11.1/packer_1.11.1_windows_386.zip", - "hash": "21243d418ff15aee97440d479387d1c4981781c9aabac2f6b95c017381d622a5" + "url": "https://releases.hashicorp.com/packer/1.11.2/packer_1.11.2_windows_386.zip", + "hash": "b115c1cf9c6e14ceca31adb22278831f3d364083c4898095973830389ca333ca" } }, "bin": "packer.exe",