From 40f6b8bef2e92766167adc4d16a05bb9a24024a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 00:32:28 +0000 Subject: [PATCH] packer: Update to version 1.9.5 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 735baea11a..0c603592c1 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.9.4", + "version": "1.9.5", "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.4/packer_1.9.4_windows_amd64.zip", - "hash": "094c50bcbe56a54a73c926267103c7f0cdb8f05acb4f4530e152f95019c97a57" + "url": "https://releases.hashicorp.com/packer/1.9.5/packer_1.9.5_windows_amd64.zip", + "hash": "a50baab44624f26697e3c1a800c4c473c0923e5e544ce64543d38955bcfcc9f5" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.9.4/packer_1.9.4_windows_386.zip", - "hash": "98e03255e5fd62aa14c1b84da5b503848cbbdb7be6894f931f55dd9bdffbdfc1" + "url": "https://releases.hashicorp.com/packer/1.9.5/packer_1.9.5_windows_386.zip", + "hash": "cc31d2dc6333925d23fc9c92bd7b4f7fc4e873852a8f40741c36b5095d164c21" } }, "bin": "packer.exe",