From 5213d6748fdc3a4d5665b596871536ccd67b0c56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:30:21 +0000 Subject: [PATCH] packer: Update to version 1.13.0 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index a7b98b9622..6bbb4d235d 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.12.0", + "version": "1.13.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.12.0/packer_1.12.0_windows_amd64.zip", - "hash": "3ce4e1d9901daba3355be03efd17b0f1d34a962cb5508de5a83368ed9070b216" + "url": "https://releases.hashicorp.com/packer/1.13.0/packer_1.13.0_windows_amd64.zip", + "hash": "d5c8eba58dd0f6f50ba8c945cd31f7e093f5ffbbfcb5e9d0b40416ced4028112" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.12.0/packer_1.12.0_windows_386.zip", - "hash": "4b73fc06614e64ea1fc3932175b00bb87b219dd3e27d85964d4bacdd47776cb7" + "url": "https://releases.hashicorp.com/packer/1.13.0/packer_1.13.0_windows_386.zip", + "hash": "464c4c6f4c46a40d83fa90a3e9d34f23d3e42bafe66102e67ccb90896bba2ed0" } }, "bin": "packer.exe",