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