diff --git a/boards/beaglebone-black/ubuntu.pkr.hcl b/boards/beaglebone-black/ubuntu.pkr.hcl index ccafc9e..d5c681b 100644 --- a/boards/beaglebone-black/ubuntu.pkr.hcl +++ b/boards/beaglebone-black/ubuntu.pkr.hcl @@ -1,9 +1,9 @@ source "cross" "ubuntu" { - file_checksum = "5a3d4821e786824b795f60b9ed1858f29499a1c380c88d096c8949165e113fc5" + file_checksum = "9d352ef045959f798ee8403902d88ced1b9b342ef8e06bcc4133bae1c852fbb3" file_checksum_type = "sha256" file_target_extension = "xz" file_unarchive_cmd = ["xz", "-d", "$ARCHIVE_PATH"] - file_urls = ["https://rcn-ee.net/rootfs/ubuntu-armhf-20.04-console-v5.10-ti/2024-06-13/am335x-ubuntu-20.04.6-console-armhf-2024-06-13-4gb.img.xz"] + file_urls = ["https://rcn-ee.net/rootfs/ubuntu-armhf-20.04-console-v5.10-ti/2024-08-22/am335x-ubuntu-20.04.6-console-armhf-2024-08-22-4gb.img.xz"] image_build_method = "resize" image_path = "bbb-sdcard-ubuntu-22.04.5-console.img" image_size = "6G" diff --git a/go.mod b/go.mod index 684e4a6..778911f 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ toolchain go1.22.4 require ( github.com/dustin/go-humanize v1.0.1 - github.com/hashicorp/go-getter v1.7.5 + github.com/hashicorp/go-getter v1.7.6 github.com/hashicorp/hcl/v2 v2.21.0 github.com/hashicorp/packer-plugin-sdk v0.5.4 github.com/mholt/archiver/v3 v3.5.1 diff --git a/go.sum b/go.sum index ed98eb1..b6b1bdc 100644 --- a/go.sum +++ b/go.sum @@ -412,8 +412,8 @@ github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brv github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ= github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48= -github.com/hashicorp/go-getter v1.7.5 h1:dT58k9hQ/vbxNMwoI5+xFYAJuv6152UNvdHokfI5wE4= -github.com/hashicorp/go-getter v1.7.5/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744= +github.com/hashicorp/go-getter v1.7.6 h1:5jHuM+aH373XNtXl9TNTUH5Qd69Trve11tHIrB+6yj4= +github.com/hashicorp/go-getter v1.7.6/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744= github.com/hashicorp/go-getter/gcs/v2 v2.2.2 h1:KDbsz44Clh+qpsskK9EnlhWki8NMH18jlAjEseJXIco= github.com/hashicorp/go-getter/gcs/v2 v2.2.2/go.mod h1:reRiCTBtE1ANT92nMmjwbDzoB6KMJ5azAoMOvQRGGH0= github.com/hashicorp/go-getter/s3/v2 v2.2.2 h1:ProI1SMBNRt17gC3I8XCMdh35sXN68IUieYnWXwfwew=