diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-12-14 09:27:48 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-12-14 09:27:48 +0200 |
commit | 02ae3c7b5c884eba393481b95e31b5975a59caec (patch) | |
tree | 94b99c09fbcde17f43c3335a7c99a902d3bf2750 /recipes/cairo.recipe | |
parent | 466db82d1e07fa6397fa042bdecc69f7e293fd29 (diff) |
cairo: Update to 1.14.8
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 f39fdb11..414450fd 100644 --- a/recipes/cairo.recipe +++ b/recipes/cairo.recipe @@ -3,9 +3,9 @@ class Recipe(recipe.Recipe): name = 'cairo' - version = '1.14.6' + version = '1.14.8' stype = SourceType.TARBALL - url = 'http://cairographics.org/releases/cairo-1.14.6.tar.xz' + url = 'http://cairographics.org/releases/cairo-1.14.8.tar.xz' # either LGPLv2.1 or MPLv1.1 licenses = [License.LGPLv2_1] autoreconf = True |