Hello Sven, Am Tue, Oct 14, 2025 at 03:28:07PM +0200 schrieb Sven Püschel: > LICENSE file updates: > - Year was updated > - Unicode-3.0 SPDX Identifier added > - MIT license of a JSON parsing library by Niels Lohmann added
That library is available as ptxdist package 'nlohmann-json'. Would it be possible to (update and) use that instead of the included one? Greets Alex > > https://github.com/unicode-org/icu/releases/tag/release-74-2 > https://github.com/unicode-org/icu/releases/tag/release-75-1 > https://github.com/unicode-org/icu/releases/tag/release-76-1 > https://github.com/unicode-org/icu/releases/tag/release-77-1 > > Signed-off-by: Sven Püschel <[email protected]> > --- > rules/icu.make | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/rules/icu.make b/rules/icu.make > index 507de2afe..7a5b4f1ea 100644 > --- a/rules/icu.make > +++ b/rules/icu.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_ICU) += icu > # > # Paths and names > # > -ICU_VERSION := 74.1 > -ICU_MD5 := 71e60b22697c4f35820a1897417dbab4 > +ICU_VERSION := 77.1 > +ICU_MD5 := bc0132b4c43db8455d2446c3bae58898 > ICU := icu4c-$(subst .,_,$(ICU_VERSION))-src > ICU_SUFFIX := tgz > ICU_URL := > https://github.com/unicode-org/icu/releases/download/release-$(subst > .,-,$(ICU_VERSION))/$(ICU).$(ICU_SUFFIX) > @@ -24,7 +24,7 @@ ICU_DIR := $(BUILDDIR)/$(ICU) > ICU_SUBDIR := source > ICU_LICENSE := MIT AND Unicode-3.0 AND public_domain AND BSD-3-Clause > ICU_LICENSE_FILES := \ > - file://LICENSE;md5=08dc3852df8fffa807301902ad899ff8 > + file://LICENSE;md5=cf57d9459a2c5f88ecd83c75207cc5ff > > # > ---------------------------------------------------------------------------- > # Prepare > -- > 2.47.3 > >
