File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 40
40
### cURL Approach
41
41
42
42
```
43
- $ curl -L -O https://github.com/source-foundry/ttfautohint-build/archive/v1.8.2.7 .tar.gz
44
- $ tar -xzvf ttfautohint-build-1.8.2.7 .tar.gz
45
- $ cd ttfautohint-build-1.8.2.7
43
+ $ curl -L -O https://github.com/source-foundry/ttfautohint-build/archive/v1.8.2.8 .tar.gz
44
+ $ tar -xzvf ttfautohint-build-1.8.2.8 .tar.gz
45
+ $ cd ttfautohint-build-1.8.2.8
46
46
$ make
47
47
```
48
48
@@ -92,5 +92,3 @@ $ ttfautohint [ttfautohint args]
92
92
## License
93
93
94
94
[ MIT License] ( LICENSE )
95
-
96
-
Original file line number Diff line number Diff line change @@ -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=" 2.2 .0"
45
+ HARFBUZZ_VERSION=" 2.3 .0"
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