From 0d3b18560854d0eb371b53e6ddddf92b5ad92702 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Mar 2022 00:33:03 +0000 Subject: [PATCH] packer: Update to version 1.8.0 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 2d0b0a6885..7340e3b0e9 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.7.10", + "version": "1.8.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.7.10/packer_1.7.10_windows_amd64.zip", - "hash": "a8e8f6ab5e088735f1b80618fe5207194e6265ae0bdbff06125dbec0e6bf739b" + "url": "https://releases.hashicorp.com/packer/1.8.0/packer_1.8.0_windows_amd64.zip", + "hash": "6c1b00069e4924e97b362b6c72a7315960487aaeb287bfdec717468ca2b50e9a" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.7.10/packer_1.7.10_windows_386.zip", - "hash": "cdca0c2b873349f656eb6a346db309b3af4f973b579d6953e64ceb000e82d3ad" + "url": "https://releases.hashicorp.com/packer/1.8.0/packer_1.8.0_windows_386.zip", + "hash": "e83a08370d73b2b56c91f58adbe7e86c178c011bdd6da07ec90f8c07e119df18" } }, "bin": "packer.exe",