diff options
author | Edward Hervey <bilboed@bilboed.com> | 2015-08-16 18:06:16 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2015-08-16 18:06:16 +0200 |
commit | 5535a3521cecc2fb8af45afd7348219a09d5c0fa (patch) | |
tree | 254e3e4daf249fef46bb4a04824bbf117dcd5eeb /recipes | |
parent | c5a359011ac25e11968235a3edc391c5ab9ea5cd (diff) |
recipes/harfbuzz: Upgrade to 1.0.1
Diffstat (limited to 'recipes')
-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 438c5595..346e6dde 100644 --- a/recipes/harfbuzz.recipe +++ b/recipes/harfbuzz.recipe @@ -3,7 +3,7 @@ class Recipe(recipe.Recipe): name = 'harfbuzz' - version = '0.9.40' + version = '1.0.1' stype = SourceType.TARBALL url = 'http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%(version)s.tar.bz2' licenses = [License.LGPLv2Plus] |