From 9164f5014eb7c0e5b6a8ff62bd47db4fe924815b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 19 Oct 2021 17:00:29 +0000 Subject: [PATCH] packer: Update to version 1.7.7 --- bucket/packer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/packer.json b/bucket/packer.json index 787726453c..2684b27aab 100644 --- a/bucket/packer.json +++ b/bucket/packer.json @@ -1,16 +1,16 @@ { - "version": "1.7.6", + "version": "1.7.7", "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.6/packer_1.7.6_windows_amd64.zip", - "hash": "d3d9e4c10954d54f40486fa4efd7df3d0aab13a590b8f48179f77a73af624bf7" + "url": "https://releases.hashicorp.com/packer/1.7.7/packer_1.7.7_windows_amd64.zip", + "hash": "bfe4b7b5f67f45831e150bc3546d42744ed8bfa75f8ad32f28d6aefe19841f8a" }, "32bit": { - "url": "https://releases.hashicorp.com/packer/1.7.6/packer_1.7.6_windows_386.zip", - "hash": "9fed694c861581deef4ac42c4a3cb86383b14601f2cd75faa04dbc16850ebe2d" + "url": "https://releases.hashicorp.com/packer/1.7.7/packer_1.7.7_windows_386.zip", + "hash": "d504a6649c67fb21c7c6d15a17d6552082c5b27af4c10bb34af34cb95871a2d4" } }, "bin": "packer.exe",