summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-08-16 18:06:16 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-08-16 18:06:16 +0200
commit5535a3521cecc2fb8af45afd7348219a09d5c0fa (patch)
tree254e3e4daf249fef46bb4a04824bbf117dcd5eeb
parentc5a359011ac25e11968235a3edc391c5ab9ea5cd (diff)
recipes/harfbuzz: Upgrade to 1.0.1
-rw-r--r--recipes/harfbuzz.recipe2
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]