From 555984f8fb3d622a7e341b1827178f649ce8f627 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Mon, 30 Oct 2023 00:20:14 +0100 Subject: [PATCH] v2.5.1 Signed-off-by: Jeroen Oudshoorn --- builder/pwnagotchi.json.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index b50363ec..86cec8ef 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -29,7 +29,7 @@ source "arm-image" "rpi-pwnagotchi" { image_type = "raspberrypi" } source "arm-image" "opi-pwnagotchi" { - iso_checksum = "5d04108012535f9158c414df65ae011f76fced8b49b58edef330d06650326683" + iso_checksum = "sha256:5d04108012535f9158c414df65ae011f76fced8b49b58edef330d06650326683" iso_url = "https://drive.usercontent.google.com/download?id=1XOQyxjSWYtxQJsOA7eUmGUOV_Ox9geHB&export=download&authuser=0&confirm=t&uuid=10dfc5bc-2ec4-4acd-aa22-f1d29713f172&at=APZUnTVVEQZzSjcAewSvuJaOGWh4:1698621030319" output_filename = "../../../pwnagotchi-orangepi-jammy-${var.pwn_version}-arm64.img" qemu_binary = "qemu-aarch64-static"