Skip to content

Commit b7054b3

Browse files
committed
Merge branch 'dev'
2 parents a633512 + 32602a4 commit b7054b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ $ make
3636
### cURL Approach
3737

3838
```
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
4242
$ make
4343
```
4444

ttfautohint-build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This script builds a stand-alone binary for the command line version of
66
# ttfautohint, downloading any necessary libraries.
77
#
8-
# Version 2018-Aug-16.
8+
# Version 2018-Oct-21.
99

1010
# The MIT License (MIT)
1111

@@ -42,7 +42,7 @@ TTFAUTOHINT_BIN="$INST/bin/ttfautohint"
4242

4343
# The library versions.
4444
FREETYPE_VERSION="2.9.1"
45-
HARFBUZZ_VERSION="1.8.8"
45+
HARFBUZZ_VERSION="2.0.2"
4646
TTFAUTOHINT_VERSION="1.8.2"
4747

4848
# Necessary patches (lists of at most 10 URLs each separated by whitespace,

0 commit comments

Comments
 (0)