From 10f274dab79c82cc666e6babd319d62f3030a61e Mon Sep 17 00:00:00 2001
From: Simone Margaritelli <evilsocket@gmail.com>
Date: Sun, 18 Apr 2021 14:48:39 +0200
Subject: [PATCH] fix: updated build scripts with latest packer version

---
 Makefile                | 2 +-
 builder/pwnagotchi.json | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index e95ac5a..52455af 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PACKER_VERSION=1.5.2
+PACKER_VERSION=1.7.2
 PWN_HOSTNAME=pwnagotchi
 PWN_VERSION=master
 
diff --git a/builder/pwnagotchi.json b/builder/pwnagotchi.json
index 296d3c6..8f1a095 100644
--- a/builder/pwnagotchi.json
+++ b/builder/pwnagotchi.json
@@ -4,7 +4,6 @@
       "name": "pwnagotchi",
       "type": "arm-image",
       "iso_url": "https://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2019-07-12/2019-07-10-raspbian-buster-lite.zip",
-      "iso_checksum_type": "sha256",
       "iso_checksum": "9e5cf24ce483bb96e7736ea75ca422e3560e7b455eee63dd28f66fa1825db70e",
       "last_partition_extra_size": 3221225472
     }