summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <t.j.smeding@uu.nl>2024-07-22 10:43:02 +0200
committerTom Smeding <t.j.smeding@uu.nl>2024-07-22 10:43:02 +0200
commit9a41d980622b449d41999dc8f46226c1879e00ef (patch)
tree673cfc6fb7f3f45847a44acace5dfdc77d60c9da
parent63c3be0d03df6142bb9232dabeb1c04af857dc23 (diff)
Update UnicodeData.txt URL
-rwxr-xr-xinstall_prepare.sh2
1 files changed, 1 insertions, 1 deletions
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 || {