From 93e29a444bf45e04c23b02f71841bc4541dbcbd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 20:24:49 +0000 Subject: [PATCH] packer: Update to version 1.9.0 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index d0b4e1adc9..0f3b8c441e 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.8.7", + "version": "1.9.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.8.7/packer_1.8.7_windows_amd64.zip", - "hash": "852a6c778c791084217af4514ee5ab7c436fa3fcb92401a8b88a28c8405d1ddf" + "url": "https://releases.hashicorp.com/packer/1.9.0/packer_1.9.0_windows_amd64.zip", + "hash": "d98f8af10692b6578015e2838ac48521698812fa1639c4b5480591e432e7d383" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.8.7/packer_1.8.7_windows_386.zip", - "hash": "e0e86737aeed912d43b2356dc554753e2715615856258fb938f66a163695e3c4" + "url": "https://releases.hashicorp.com/packer/1.9.0/packer_1.9.0_windows_386.zip", + "hash": "163d107c16357301921ad2f1b5c5cb6b9f858a2b1c886bbc60727ef938e95944" } }, "bin": "packer.exe",