Skip to content

Commit

Permalink
M #-: Bump FreeBSD13 src iso
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Jul 9, 2024
1 parent 7c7d9ea commit b75ddfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packer/freebsd/variables.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ variable "freebsd" {

default = {
"13" = {
iso_url = "https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/13.2/FreeBSD-13.2-RELEASE-amd64-disc1.iso"
iso_checksum = "file:https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/13.2/CHECKSUM.SHA256-FreeBSD-13.2-RELEASE-amd64"
iso_url = "https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/13.3/FreeBSD-13.3-RELEASE-amd64-disc1.iso"
iso_checksum = "file:https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/13.3/CHECKSUM.SHA256-FreeBSD-13.3-RELEASE-amd64"
}

"14" = {
Expand Down

0 comments on commit b75ddfa

Please sign in to comment.