diff options
author | Nick Hainke <vincent@systemli.org> | 2022-10-21 14:10:28 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-22 21:10:34 +0200 |
commit | 91fa5992bdeb9c806e617e04e0db4364adec87c3 (patch) | |
tree | 4de8b996127390c953b9de525cd9801261e4ebcb /package/boot/uboot-envtools/Makefile | |
parent | 555cd82c22072f0114b7d42537f2e14c81da66df (diff) | |
download | upstream-91fa5992bdeb9c806e617e04e0db4364adec87c3.tar.gz upstream-91fa5992bdeb9c806e617e04e0db4364adec87c3.tar.bz2 upstream-91fa5992bdeb9c806e617e04e0db4364adec87c3.zip |
uboot-envtools: update to 2022.10
Update to latest version.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/boot/uboot-envtools/Makefile')
-rw-r--r-- | package/boot/uboot-envtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile index 6840b9c586..5c4d585021 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:=2022.07 +PKG_VERSION:=2022.10 PKG_RELEASE:=$(AUTORELEASE) 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:=92b08eb49c24da14c1adbf70a71ae8f37cc53eeb4230e859ad8b6733d13dcf5e +PKG_HASH:=50b4482a505bc281ba8470c399a3c26e145e29b23500bc35c50debd7fa46bdf8 PKG_SOURCE_SUBDIR:=$(PKG_DISTNAME)-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_DISTNAME)-$(PKG_VERSION) |