From 2423dc9762927a7f01f564cd2dc7209fcf9e0b8f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 20 Apr 2020 15:24:38 +0200 Subject: [PATCH] u-boot-tools: update to 2020.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 b86fe1e7298..868e03b6089 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=2020.01 +version=2020.04 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=aa453c603208b1b27bd03525775a7f79b443adec577fdc6e8f06974025a135f1 +checksum=fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372 if [ "$CROSS_BUILD" ]; then make_build_args+=" CROSS_BUILD_TOOLS=y CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"