From 6fec746231a7d83b1661b935d05597aa9274199e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:24:37 +0000 Subject: [PATCH] packer: Update to version 1.10.2 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index e23d7389a3..17ce0510b1 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.10.1", + "version": "1.10.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.10.1/packer_1.10.1_windows_amd64.zip", - "hash": "ed522ca762f3a1e4b217f0af7545333b469e49725e8d36a4e7d7b368d7925510" + "url": "https://releases.hashicorp.com/packer/1.10.2/packer_1.10.2_windows_amd64.zip", + "hash": "acdbdb12e405f58f2d9b519c31d4ac5b2417f97bd7c2bfc93c95db03fc3fc1b1" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.10.1/packer_1.10.1_windows_386.zip", - "hash": "8986e9b8cc60af73a9c7f9fab326728327c781fcdf4d2626dd04e776b5a8d8bc" + "url": "https://releases.hashicorp.com/packer/1.10.2/packer_1.10.2_windows_386.zip", + "hash": "9aaf5f4caba87845377fabbc7dcd12d7add88dbdcaa0fd9f7427d201d7bf463c" } }, "bin": "packer.exe",