From b63391db62f35d887db96036194b053e72e7478d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 00:32:49 +0000 Subject: [PATCH] packer: Update to version 1.10.0 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 0c603592c1..73c0fc61a6 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.9.5", + "version": "1.10.0", "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.5/packer_1.9.5_windows_amd64.zip", - "hash": "a50baab44624f26697e3c1a800c4c473c0923e5e544ce64543d38955bcfcc9f5" + "url": "https://releases.hashicorp.com/packer/1.10.0/packer_1.10.0_windows_amd64.zip", + "hash": "dc3171a5384062c195f8cd9c2dc25a7fcb35f4ddaefceb9e81b6f0b44307cda2" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.9.5/packer_1.9.5_windows_386.zip", - "hash": "cc31d2dc6333925d23fc9c92bd7b4f7fc4e873852a8f40741c36b5095d164c21" + "url": "https://releases.hashicorp.com/packer/1.10.0/packer_1.10.0_windows_386.zip", + "hash": "5a62f84b50f35108f6fea4bae2cd2ca6e51ddedd00630baf64ea4d0c52cb811c" } }, "bin": "packer.exe",