Skip to content

Commit 13ae490

Browse files
committed
locale: Update to UCD 17.0.0
Starting with Unicode 17.0.0, the zipped versions of the data files are only published in https://www.unicode.org/Public/<version>/ucd/ https://www.unicode.org/Public/zipped/ReadMe.txt Reviewed by: bapt MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D53982
1 parent 934364d commit 13ae490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/tools/locale/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99

1010
CLDRVERSION= 45.0
11-
UCDVERSION= 15.0.0
11+
UCDVERSION= 17.0.0
1212

1313
.if ${.CURDIR} == ${.OBJDIR}
1414
.error Do make obj first.
@@ -125,7 +125,7 @@ ENCODINGS= UTF-8 \
125125
CLDRFILES_CORE= https://unicode.org/Public/cldr/${CLDRVERSION:R}/core.zip
126126
CLDRFILES_KEY= https://unicode.org/Public/cldr/${CLDRVERSION:R}/cldr-keyboards-${CLDRVERSION}.zip
127127
CLDRFILES_TOOLS=https://unicode.org/Public/cldr/${CLDRVERSION:R}/cldr-tools-${CLDRVERSION}.jar
128-
CLDRFILES_UCD= https://www.unicode.org/Public/zipped/${UCDVERSION}/UCD.zip
128+
CLDRFILES_UCD= https://www.unicode.org/Public/${UCDVERSION}/ucd/UCD.zip
129129

130130
# fetch and extract targets
131131
${UNIDIR}:

0 commit comments

Comments
 (0)