diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2014-10-23 09:51:20 +0200 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2014-10-23 12:23:42 +0200 |
commit | 848a742621ca632cfe29baf3e67a4ff8a1ef71b7 (patch) | |
tree | 26f3f3d0bdf4fc6d60b88b108caf4766928a2770 /recipes/atk.recipe | |
parent | 0c16561df130996c5d6c0e9d0194cc3be583d2c0 (diff) |
recipes: Bump gtk to version 3.14
Diffstat (limited to 'recipes/atk.recipe')
-rw-r--r-- | recipes/atk.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/atk.recipe b/recipes/atk.recipe index cf00a271..aef7a93d 100644 --- a/recipes/atk.recipe +++ b/recipes/atk.recipe @@ -3,12 +3,12 @@ class Recipe(recipe.Recipe): name = 'atk' - version = '2.10.0' + version = '2.12.0' licenses = [License.LGPLv2Plus] deps = ['glib'] stype = SourceType.TARBALL - url = 'http://ftp.acc.umu.se/pub/GNOME/sources/atk/2.10/atk-%(version)s.tar.xz' + url = 'http://ftp.acc.umu.se/pub/GNOME/sources/atk/2.12/atk-%(version)s.tar.xz' files_libs = ['libatk-1.0'] files_devel = ['lib/pkgconfig/atk.pc', 'include/atk-1.0'] |