The previous default version was almost a decade old. Set default BAREBOX_MD5 to that of 2025.04.0.
Signed-off-by: Bruno Thomsen <[email protected]> --- platforms/barebox.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platforms/barebox.in b/platforms/barebox.in index 8297f13a8..bdc3b6d77 100644 --- a/platforms/barebox.in +++ b/platforms/barebox.in @@ -31,7 +31,7 @@ if BAREBOX config BAREBOX_VERSION prompt "barebox version" string - default "2016.08.0" + default "2025.04.0" config BAREBOX_CONFIG_BUILDSYSTEM_VERSION prompt "add a buildsystem version to the barebox binary" @@ -49,6 +49,7 @@ config BAREBOX_BUILDSYSTEM_VERSION config BAREBOX_MD5 prompt "barebox source md5sum" string + default "3ee6d72d02d16836d3d782ae69661317" help To ensure integrity of the downloaded source tarball, fill in its MD5 sum here. base-commit: dabd1471febfa4bc3a072b63061ad6deae012c72 -- 2.49.0
