From 665052cf07cd7739337e30001c3401b638b44173 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:31:58 +0000 Subject: [PATCH] packer: Update to version 1.13.1 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 6bbb4d235d..334b868040 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.13.0", + "version": "1.13.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.13.0/packer_1.13.0_windows_amd64.zip", - "hash": "d5c8eba58dd0f6f50ba8c945cd31f7e093f5ffbbfcb5e9d0b40416ced4028112" + "url": "https://releases.hashicorp.com/packer/1.13.1/packer_1.13.1_windows_amd64.zip", + "hash": "9b0d732a89ea6aa50ac8df7342c11cec0e9535083db7f238cba086570a6be124" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.13.0/packer_1.13.0_windows_386.zip", - "hash": "464c4c6f4c46a40d83fa90a3e9d34f23d3e42bafe66102e67ccb90896bba2ed0" + "url": "https://releases.hashicorp.com/packer/1.13.1/packer_1.13.1_windows_386.zip", + "hash": "9e220e2306fbba65652b685804831ef7422720c5383543b3e89d9fb09c93f609" } }, "bin": "packer.exe",