Skip to content

Commit 0db61ad

Browse files
committed
[README.md] v1.8.3.2 updates
1 parent 3a030ea commit 0db61ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
ttfautohint-build includes a simple, straightforward [ttfautohint](https://www.freetype.org/ttfautohint/) build from scratch approach on Linux and macOS platforms. [FreeType](https://www.freetype.org/) and [Harfbuzz](https://github.com/behdad/harfbuzz) build dependencies (at appropriate release versions) are included in the installation.
1010

11-
The build script is `ttfautohint-build.sh` (located in the root of the repository). This script is linted with `shellcheck` & `checkbashisms` and is tested for build execution completion on Ubuntu Linux and macOS v10.10-v10.14 using [the Travis CI service](https://travis-ci.org/source-foundry/ttfautohint-build).
11+
The build script is `ttfautohint-build.sh` (located in the root of the repository). This script is linted with `shellcheck` & `checkbashisms` and is tested for build execution completion on Ubuntu Linux and macOS v10.10-v10.15 using [the Travis CI service](https://travis-ci.org/source-foundry/ttfautohint-build).
1212

1313
Builds employ a simple `make` workflow that does not require super user permissions.
1414

@@ -40,9 +40,9 @@ $ make
4040
### cURL Approach
4141

4242
```
43-
$ curl -L -O https://github.com/source-foundry/ttfautohint-build/archive/v1.8.3.1.tar.gz
44-
$ tar -xzvf ttfautohint-build-1.8.3.1.tar.gz
45-
$ cd ttfautohint-build-1.8.3.1
43+
$ curl -L -O https://github.com/source-foundry/ttfautohint-build/archive/v1.8.3.2.tar.gz
44+
$ tar -xzvf ttfautohint-build-1.8.3.2.tar.gz
45+
$ cd ttfautohint-build-1.8.3.2
4646
$ make
4747
```
4848

0 commit comments

Comments
 (0)