diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2020-03-18 10:11:13 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2020-03-20 17:27:13 +0800 |
commit | 1f00e4a327d1f583f20d37585ddc86ae1b7415ac (patch) | |
tree | 4e9df272dc0d77ce6455d6ed1d20c2ba6a123f10 | |
parent | 269ec782eb472b2deccfb3fddc8d297c24e990e0 (diff) |
dtc: bump to version 1.6.0
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
-rw-r--r-- | libs/dtc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/dtc/Makefile b/libs/dtc/Makefile index b905f2664..fe388eca9 100644 --- a/libs/dtc/Makefile +++ b/libs/dtc/Makefile @@ -8,10 +8,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dtc -PKG_VERSION:=1.5.1 +PKG_VERSION:=1.6.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_HASH:=660b74039690fc37013660544d09191834efb58503c73c555c5513ba75ab031f +PKG_HASH:=10503b0217e1b07933e29e8d347a00015b2431bea5f59afe0bed3af30340c82d PKG_SOURCE_URL:=@KERNEL/software/utils/dtc PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=GPL |