From 2ec7c6f196376d0d65ab8955e66eb969a7c36651 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 28 May 2024 14:21:56 +0200 Subject: [PATCH] u-boot-tools: update to 2024.04. --- srcpkgs/u-boot-tools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/u-boot-tools/template b/srcpkgs/u-boot-tools/template index be6fdf11eb8..4ad72670556 100644 --- a/srcpkgs/u-boot-tools/template +++ b/srcpkgs/u-boot-tools/template @@ -1,6 +1,6 @@ # Template file for 'u-boot-tools' pkgname=u-boot-tools -version=2024.01 +version=2024.04 revision=1 build_style=gnu-makefile make_build_args="HOSTSTRIP=: STRIP=: NO_SDL=1" @@ -12,7 +12,7 @@ maintainer="Duncaen " license="GPL-2.0-or-later" homepage="https://u-boot.readthedocs.io/en/latest/" distfiles="https://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2" -checksum=b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3 +checksum=18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a if [ "$CROSS_BUILD" ]; then make_build_args+=" CROSS_BUILD_TOOLS=y CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"