diff options
author | Edward Hervey <edward@centricular.com> | 2018-02-21 16:05:03 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2018-02-21 16:05:03 +0100 |
commit | 639ebae55b2738ec87a6f386eb68b3bbbf59c6a4 (patch) | |
tree | 4609454dc5e9ab5d8756ededc7988c54c4c49e54 /recipes/harfbuzz.recipe | |
parent | c5bae517d205fad5f2c60611cb902f049a2d373a (diff) |
recipes: Upgrade harfbuzz to 1.7.5
Diffstat (limited to 'recipes/harfbuzz.recipe')
-rw-r--r-- | recipes/harfbuzz.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/harfbuzz.recipe b/recipes/harfbuzz.recipe index 8c1fe6fc..caa16fdb 100644 --- a/recipes/harfbuzz.recipe +++ b/recipes/harfbuzz.recipe @@ -3,7 +3,7 @@ class Recipe(recipe.Recipe): name = 'harfbuzz' - version = '1.2.7' + version = '1.7.5' stype = SourceType.TARBALL url = 'http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%(version)s.tar.bz2' licenses = [License.LGPLv2Plus] |