u-boot-tools: update to 2022.01.

This commit is contained in:
Duncaen 2022-01-20 19:50:36 +01:00
parent a983a71cef
commit ff3e116209
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=2021.10
version=2022.01
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=cde723e19262e646f2670d25e5ec4b1b368490de950d4e26275a988c36df0bd4
checksum=81b4543227db228c03f8a1bf5ddbc813b0bb8f6555ce46064ef721a6fc680413
if [ "$CROSS_BUILD" ]; then
make_build_args+=" CROSS_BUILD_TOOLS=y CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"