u-boot-tools: update to 2023.07.02.

This commit is contained in:
Duncaen 2023-07-12 15:51:19 +02:00
parent a5087945d9
commit fcfbba6b68
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.07
version=2023.07.02
revision=1
build_style=gnu-makefile
make_build_args="HOSTSTRIP=: STRIP=: NO_SDL=1"
@ -10,9 +10,9 @@ makedepends="openssl-devel libuuid-devel gnutls-devel ncurses-libtinfo-devel"
short_desc="Das U-Boot tools"
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=12e921b466ae731cdbc355e6832b7f22bc90b01aeceef9886f98aaba7b394300
homepage="https://u-boot.readthedocs.io/en/latest/"
distfiles="https://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
checksum=6b6a48581c14abb0f95bd87c1af4d740922406d7b801002a9f94727fdde021d5
if [ "$CROSS_BUILD" ]; then
make_build_args+=" CROSS_BUILD_TOOLS=y CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"