diff options
author | Edward Hervey <edward@centricular.com> | 2015-04-07 10:19:00 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2015-04-07 12:36:49 +0200 |
commit | c22d1c6d3804519d22ab28e8e2e93e0a75166267 (patch) | |
tree | 3cfaf9c547f51b7feecd4fbba3eeaf62e9467946 /recipes/cairo.recipe | |
parent | 13b4a29ee75a97f8d0bd4bae9eb63a7f1827c5e2 (diff) |
recipes/cairo: Bump to 1.14.2
Diffstat (limited to 'recipes/cairo.recipe')
-rw-r--r-- | recipes/cairo.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/cairo.recipe b/recipes/cairo.recipe index 835403e9..d00341f0 100644 --- a/recipes/cairo.recipe +++ b/recipes/cairo.recipe @@ -3,9 +3,9 @@ class Recipe(recipe.Recipe): name = 'cairo' - version = '1.12.18' + version = '1.14.2' stype = SourceType.TARBALL - url = 'http://cairographics.org/releases/cairo-1.12.18.tar.xz' + url = 'http://cairographics.org/releases/cairo-1.14.2.tar.xz' # either LGPLv2.1 or MPLv1.1 licenses = [License.LGPLv2_1] autoreconf = True |