Skip to content

Commit 828652e

Browse files
committed
Merge branch 'harfbuzz-update'
2 parents 1cb042c + c6eff3e commit 828652e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ $ make
4040
### cURL Approach
4141

4242
```
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
4646
$ make
4747
```
4848

@@ -92,5 +92,3 @@ $ ttfautohint [ttfautohint args]
9292
## License
9393

9494
[MIT License](LICENSE)
95-
96-

ttfautohint-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ TTFAUTOHINT_BIN="$INST/bin/ttfautohint"
4242

4343
# The library versions.
4444
FREETYPE_VERSION="2.9.1"
45-
HARFBUZZ_VERSION="2.2.0"
45+
HARFBUZZ_VERSION="2.3.0"
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)