package/dtc: update to dtc 1.7.2

Release notes: https://github.com/dgibson/dtc/releases/tag/v1.7.2

Signed-off-by: Brandon Maier <brandon.maier@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Brandon Maier 2024-11-08 18:23:40 -06:00 committed by Julien Olivain
parent c31c13a280
commit 15501457f3
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# from https://www.kernel.org/pub/software/utils/dtc/sha256sums.asc
sha256 398098bac205022b39d3dce5982b98c57f1023f3721a53ebcbb782be4cf7885e dtc-1.7.1.tar.xz
sha256 92d8ca769805ae1f176204230438fe52808f4e1c7944053c9eec0e649b237539 dtc-1.7.2.tar.xz
# Hash for license files
sha256 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68 README.license

View file

@ -4,7 +4,7 @@
#
################################################################################
DTC_VERSION = 1.7.1
DTC_VERSION = 1.7.2
DTC_SOURCE = dtc-$(DTC_VERSION).tar.xz
DTC_SITE = https://www.kernel.org/pub/software/utils/dtc
DTC_LICENSE = GPL-2.0+ or BSD-2-Clause (library)