u-boot-tools: update to 2020.04.

This commit is contained in:
Duncaen 2020-04-20 15:24:38 +02:00
parent 3811eb5e07
commit 2423dc9762
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -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 <duncaen@voidlinux.org>"
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}-"