From bbf2bcdb336685fc2770827d4c6e36225d82c252 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 16 Jun 2021 01:00:25 +0000 Subject: [PATCH] packer: Update to version 1.7.3 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index a6ab9446e5..630b920f80 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.7.2", + "version": "1.7.3", "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.7.2/packer_1.7.2_windows_amd64.zip", - "hash": "3622c7d475417eda644d27481748c076a63e946501965eb5499893825d9e0fde" + "url": "https://releases.hashicorp.com/packer/1.7.3/packer_1.7.3_windows_amd64.zip", + "hash": "fc49ccacd1e6b06397c04b5b788306711f62d24e4532911318db19eaa006cbb9" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.7.2/packer_1.7.2_windows_386.zip", - "hash": "32f110d693e236be9a8734c851c258f2031e60be6e62fff5a06ff5bc4ac486f1" + "url": "https://releases.hashicorp.com/packer/1.7.3/packer_1.7.3_windows_386.zip", + "hash": "41a6e37843d1e447d6c12c2f3182687c1bd8c3f417a4d86fc78cc45f1261f70e" } }, "bin": "packer.exe",