From ff1badbce9d404bae23de9e7504d4348637440a0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 31 Mar 2021 18:00:20 +0000 Subject: [PATCH] packer: Update to version 1.7.1 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 83dd164633..acd20b6534 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.7.0", + "version": "1.7.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.7.0/packer_1.7.0_windows_amd64.zip", - "hash": "c7546b79ed8ea73a1541e5d084311a230f7233023df9b11659e1d12e7f63224b" + "url": "https://releases.hashicorp.com/packer/1.7.1/packer_1.7.1_windows_amd64.zip", + "hash": "f97b4573482c201894e554a1b5632b419228c74aaf40ec254070c6990cac8d90" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.7.0/packer_1.7.0_windows_386.zip", - "hash": "62ebdb5059b0cc46297cd3f5cae7875d2b45cb3e44b032b03c317c81bed98719" + "url": "https://releases.hashicorp.com/packer/1.7.1/packer_1.7.1_windows_386.zip", + "hash": "3609c03e412907d4e145a75c7f31b9c818be8e645d81d727cc64c1d3fe10275e" } }, "bin": "packer.exe",