Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Switch to sha256sums for ISO download
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-slx committed Oct 1, 2022
1 parent d5fc918 commit 6630bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch64-base.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ source "virtualbox-iso" "arch64-base" {
hard_drive_discard = true

iso_url = "${var.iso_mirror}/iso/latest/${var.iso_name}"
iso_checksum = "file:${var.iso_mirror}/iso/latest/sha1sums.txt"
iso_checksum = "file:${var.iso_mirror}/iso/latest/sha256sums.txt"
iso_interface = "sata"

guest_additions_mode = "disable"
Expand Down

0 comments on commit 6630bbc

Please sign in to comment.