[openwrt/openwrt] uboot-envtools: update to 2023.04

LEDE Commits lede-commits at lists.infradead.org
Tue Apr 11 08:29:55 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fea4ffdef28ffdb13b5a4e94506a976cb6271649

commit fea4ffdef28ffdb13b5a4e94506a976cb6271649
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun Apr 9 11:17:43 2023 +0200

    uboot-envtools: update to 2023.04
    
    Update to latest version.
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/boot/uboot-envtools/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile
index 9ed39cbf55..2e4c1ac39e 100644
--- a/package/boot/uboot-envtools/Makefile
+++ b/package/boot/uboot-envtools/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=uboot-envtools
 PKG_DISTNAME:=u-boot
-PKG_VERSION:=2023.01
+PKG_VERSION:=2023.04
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2
@@ -17,7 +17,7 @@ PKG_SOURCE_URL:= \
     https://ftp.denx.de/pub/u-boot \
     https://mirror.cyberbits.eu/u-boot \
     ftp://ftp.denx.de/pub/u-boot
-PKG_HASH:=69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f
+PKG_HASH:=e31cac91545ff41b71cec5d8c22afd695645cd6e2a442ccdacacd60534069341
 PKG_SOURCE_SUBDIR:=$(PKG_DISTNAME)-$(PKG_VERSION)
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_DISTNAME)-$(PKG_VERSION)
 




More information about the lede-commits mailing list