From 9a41d980622b449d41999dc8f46226c1879e00ef Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 22 Jul 2024 10:43:02 +0200 Subject: Update UnicodeData.txt URL --- install_prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_prepare.sh b/install_prepare.sh index 7889ade..0fa736c 100755 --- a/install_prepare.sh +++ b/install_prepare.sh @@ -6,7 +6,7 @@ test -f "$abbrgen_execname" || \ g++ -Wall -Wextra -std=c++11 -O3 -o "$abbrgen_execname" modules/abbrgen/abbreviation_gen.cpp test -f modules/unicode/UnicodeData.txt || \ - curl -Ls 'https://www.unicode.org/Public/15.0.0/ucd/UnicodeData-15.0.0d5.txt' >modules/unicode/UnicodeData.txt + curl -Ls 'https://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt' >modules/unicode/UnicodeData.txt mkdir -p static/fonts test -f static/fonts/mononoki-Regular.woff || { -- cgit v1.2.3-70-g09d2