diff options
author | Jörg Krause <joerg.krause@embedded.rocks> | 2016-04-14 23:50:08 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-15 09:31:12 +0200 |
commit | 3cb35c13a167216acfd6f5bc282eb368dd914e99 (patch) | |
tree | 3c2777aaa56dd0af76b1fc8be3a26e730d2dd4aa | |
parent | 779676f62d56774c6290dabe4a1e3727f1cb834d (diff) | |
download | buildroot-3cb35c13a167216acfd6f5bc282eb368dd914e99.tar.gz buildroot-3cb35c13a167216acfd6f5bc282eb368dd914e99.zip |
uboot-tools: bump to version 2016.03
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/uboot-tools/uboot-tools.hash | 2 | ||||
-rw-r--r-- | package/uboot-tools/uboot-tools.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/uboot-tools/uboot-tools.hash b/package/uboot-tools/uboot-tools.hash index 31b0db96dd..747d133dfc 100644 --- a/package/uboot-tools/uboot-tools.hash +++ b/package/uboot-tools/uboot-tools.hash @@ -1,2 +1,2 @@ # Locally computed: -sha256 e5792fba9399d9804aa2ef667f14ff771e2cdece72367d340250265bf095a5d5 u-boot-2016.01.tar.bz2 +sha256 e49337262ecac44dbdeac140f2c6ebd1eba345e0162b0464172e7f05583ed7bb u-boot-2016.03.tar.bz2 diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk index 264e9dd2c2..f47b3db2e0 100644 --- a/package/uboot-tools/uboot-tools.mk +++ b/package/uboot-tools/uboot-tools.mk @@ -4,7 +4,7 @@ # ################################################################################ -UBOOT_TOOLS_VERSION = 2016.01 +UBOOT_TOOLS_VERSION = 2016.03 UBOOT_TOOLS_SOURCE = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2 UBOOT_TOOLS_SITE = ftp://ftp.denx.de/pub/u-boot UBOOT_TOOLS_LICENSE = GPLv2+ |