u-boot-tools: update to 2024.01.

This commit is contained in:
Duncaen 2024-01-30 19:15:28 +01:00
parent 559053af0b
commit 4c84f035d9
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=2023.10
version=2024.01
revision=1
build_style=gnu-makefile
make_build_args="HOSTSTRIP=: STRIP=: NO_SDL=1"
@ -12,7 +12,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
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=e00e6c6f014e046101739d08d06f328811cebcf5ae101348f409cbbd55ce6900
checksum=b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3
if [ "$CROSS_BUILD" ]; then
make_build_args+=" CROSS_BUILD_TOOLS=y CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"