diff options
author | Edward Hervey <edward@collabora.com> | 2014-05-14 16:23:00 +0200 |
---|---|---|
committer | Edward Hervey <edward@collabora.com> | 2014-05-14 16:23:31 +0200 |
commit | 9b34368c2357ab82fc5db5682007938d3d300fe3 (patch) | |
tree | 672d6d120956f37e5d31718e93b86fbfa4dc47d2 /recipes | |
parent | fea815581a786c59fbec33f83595851885067a2d (diff) |
recipes: Bump gtk-doc to 1.20
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gtk-doc-lite.recipe | 4 | ||||
-rw-r--r-- | recipes/gtk-doc.recipe | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/gtk-doc-lite.recipe b/recipes/gtk-doc-lite.recipe index 1d2247ba..e5e8be73 100644 --- a/recipes/gtk-doc-lite.recipe +++ b/recipes/gtk-doc-lite.recipe @@ -2,10 +2,10 @@ class Recipe(recipe.Recipe): name = 'gtk-doc-lite' - version = '1.19' + version = '1.20' stype = SourceType.TARBALL tarball_dirname = 'gtk-doc-%(version)s' - url = 'http://ftp.acc.umu.se/pub/GNOME/sources/gtk-doc/1.19/gtk-doc-1.19.tar.xz' + url = 'http://ftp.acc.umu.se/pub/GNOME/sources/gtk-doc/1.20/gtk-doc-1.20.tar.xz' # TODO: check license - source files are GPLv2+ and COPYING is GPLv3 licenses = [License.GPLv2Plus] btype = BuildType.CUSTOM diff --git a/recipes/gtk-doc.recipe b/recipes/gtk-doc.recipe index db19353a..dd08e50e 100644 --- a/recipes/gtk-doc.recipe +++ b/recipes/gtk-doc.recipe @@ -2,9 +2,9 @@ class Recipe(recipe.Recipe): name = 'gtk-doc' - version = '1.19' + version = '1.20' stype = SourceType.TARBALL - url = 'http://ftp.acc.umu.se/pub/GNOME/sources/gtk-doc/1.19/gtk-doc-1.19.tar.xz' + url = 'http://ftp.acc.umu.se/pub/GNOME/sources/gtk-doc/1.20/gtk-doc-1.20.tar.xz' # TODO: check license - source files are GPLv2+ and COPYING is GPLv3 licenses = [License.GPLv2Plus] deps = ['libxslt'] |