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

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 13 06:56:21 PST 2023


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5b605f4b51b9049a1a610a10abb6c5726b469338

commit 5b605f4b51b9049a1a610a10abb6c5726b469338
Author: Linhui Liu <liulinhui36 at gmail.com>
AuthorDate: Thu Jan 12 23:03:58 2023 +0800

    uboot-envtools: update to 2023.01
    
    Update to latest version.
    
    Signed-off-by: Linhui Liu <liulinhui36 at gmail.com>
---
 package/boot/uboot-envtools/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile
index 5c4d585021..9ed39cbf55 100644
--- a/package/boot/uboot-envtools/Makefile
+++ b/package/boot/uboot-envtools/Makefile
@@ -9,15 +9,15 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=uboot-envtools
 PKG_DISTNAME:=u-boot
-PKG_VERSION:=2022.10
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_VERSION:=2023.01
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2
 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:=50b4482a505bc281ba8470c399a3c26e145e29b23500bc35c50debd7fa46bdf8
+PKG_HASH:=69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f
 PKG_SOURCE_SUBDIR:=$(PKG_DISTNAME)-$(PKG_VERSION)
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_DISTNAME)-$(PKG_VERSION)
 




More information about the lede-commits mailing list