From b616a5343bec3d66367262057eca638226aaf953 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 7 Jul 2021 00:17:17 +0200 Subject: [PATCH] u-boot-tools: update to 2021.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 bef9d6328b9..65d4c5a2435 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=2021.04 +version=2021.07 revision=1 wrksrc="u-boot-${version}" build_style=gnu-makefile @@ -13,7 +13,7 @@ maintainer="Duncaen " license="GPL-2.0-or-later" homepage="https://www.denx.de/wiki/U-Boot/" distfiles="ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2" -checksum=0d438b1bb5cceb57a18ea2de4a0d51f7be5b05b98717df05938636e0aadfe11a +checksum=312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e if [ "$CROSS_BUILD" ]; then make_build_args+=" CROSS_BUILD_TOOLS=y CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"