summaryrefslogtreecommitdiff
path: root/recipes/harfbuzz.recipe
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-02-14 17:19:50 +0100
committerEdward Hervey <bilboed@bilboed.com>2015-02-14 17:22:16 +0100
commitff0c910714fd1a3251cc97983d7dd5d197fd5b7d (patch)
treee48741a5a375d9f351aff8100eb1e2d4685ca3dc /recipes/harfbuzz.recipe
parenteb6d106e7614c05b915234b85f46a226a899fb03 (diff)
recipes: Update most dependencies and build-tools
* Remove/Update patches where applicable * Tested on all linux/android variant, the build slaves will pick up the rest...
Diffstat (limited to 'recipes/harfbuzz.recipe')
-rw-r--r--recipes/harfbuzz.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/harfbuzz.recipe b/recipes/harfbuzz.recipe
index 41edb33c..e211fd59 100644
--- a/recipes/harfbuzz.recipe
+++ b/recipes/harfbuzz.recipe
@@ -3,7 +3,7 @@
class Recipe(recipe.Recipe):
name = 'harfbuzz'
- version = '0.9.35'
+ version = '0.9.38'
stype = SourceType.TARBALL
url = 'http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%(version)s.tar.bz2'
licenses = [License.LGPLv2Plus]