summaryrefslogtreecommitdiff
path: root/data/Makefile
diff options
context:
space:
mode:
authorMichael Hatherly <michaelhatherly@gmail.com>2017-01-04 02:44:23 +0200
committerTony Kelman <tony@kelman.net>2017-01-03 16:44:23 -0800
commiteab97d16fba12c6d51c3101685d7ea5bc8ebad54 (patch)
treeeebe195f8a09b82b5e52feec4245ee9bc593ec5d /data/Makefile
parenta7f3a3212a7a8330847dc5ad0fed9a449510307f (diff)
downloadlibutf8proc-eab97d16fba12c6d51c3101685d7ea5bc8ebad54.tar.gz
libutf8proc-eab97d16fba12c6d51c3101685d7ea5bc8ebad54.tar.bz2
Don't use cached version of UnicodeData.txt (#92)
Ref: https://github.com/JuliaLang/julia/pull/19725, UnicodeData.txt is now being cached in JuliaLang/julia's build.
Diffstat (limited to 'data/Makefile')
-rw-r--r--data/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile b/data/Makefile
index 19d375f..f1a3f5f 100644
--- a/data/Makefile
+++ b/data/Makefile
@@ -38,7 +38,7 @@ CharWidths.txt: charwidths.jl unifont.sfd unifont_upper.sfd EastAsianWidth.txt
UNICODE_VERSION=9.0.0
UnicodeData.txt:
- $(CURL) $(CURLFLAGS) -o $@ -O $(URLCACHE)http://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/UnicodeData.txt
+ $(CURL) $(CURLFLAGS) -o $@ -O http://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/UnicodeData.txt
EastAsianWidth.txt:
$(CURL) $(CURLFLAGS) -o $@ -O $(URLCACHE)http://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/EastAsianWidth.txt