From 90e083d0c7f6549debbbde74e31a0d443dd88009 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 10 Jul 2025 18:19:58 +0200 Subject: [PATCH] u-boot-tools: update to 2025.07. --- 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 d31b7f6d36d..4b1f61418de 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=2025.04 +version=2025.07 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=439d3bef296effd54130be6a731c5b118be7fddd7fcc663ccbc5fb18294d8718 +checksum=0f933f6c5a426895bf306e93e6ac53c60870e4b54cda56d95211bec99e63bec7 if [ "$CROSS_BUILD" ]; then make_build_args+=" CROSS_BUILD_TOOLS=y CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"