File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
### cURL Approach
37
37
38
38
```
39
- $ curl -L -O https://github.com/source-foundry/ttfautohint-build/archive/v1.8.2.4 .tar.gz
40
- $ tar -xzvf ttfautohint-build-1.8.2.4 .tar.gz
41
- $ cd ttfautohint-build-1.8.2.4
39
+ $ curl -L -O https://github.com/source-foundry/ttfautohint-build/archive/v1.8.2.5 .tar.gz
40
+ $ tar -xzvf ttfautohint-build-1.8.2.5 .tar.gz
41
+ $ cd ttfautohint-build-1.8.2.5
42
42
$ make
43
43
```
44
44
Original file line number Diff line number Diff line change 5
5
# This script builds a stand-alone binary for the command line version of
6
6
# ttfautohint, downloading any necessary libraries.
7
7
#
8
- # Version 2018-Aug-16 .
8
+ # Version 2018-Oct-21 .
9
9
10
10
# The MIT License (MIT)
11
11
@@ -42,7 +42,7 @@ TTFAUTOHINT_BIN="$INST/bin/ttfautohint"
42
42
43
43
# The library versions.
44
44
FREETYPE_VERSION=" 2.9.1"
45
- HARFBUZZ_VERSION=" 1.8.8 "
45
+ HARFBUZZ_VERSION=" 2.0.2 "
46
46
TTFAUTOHINT_VERSION=" 1.8.2"
47
47
48
48
# Necessary patches (lists of at most 10 URLs each separated by whitespace,
You can’t perform that action at this time.
0 commit comments