diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-12-09 13:17:37 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-12-09 13:17:37 +0200 |
commit | 96ce29326828dacb68b857584f946b8b60f27682 (patch) | |
tree | d9e5de6548fc560e78ce19ab2d547c860ae38c12 /recipes/gtk-doc-lite.recipe | |
parent | 9517f222bc95dbb1ffec08ed9dc1068f31b0c3db (diff) |
gtk-doc: Update to 1.25
Diffstat (limited to 'recipes/gtk-doc-lite.recipe')
-rw-r--r-- | recipes/gtk-doc-lite.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gtk-doc-lite.recipe b/recipes/gtk-doc-lite.recipe index 878734a3..042edd33 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.24' + version = '1.25' stype = SourceType.TARBALL tarball_dirname = 'gtk-doc-%(version)s' - url = 'http://ftp.acc.umu.se/pub/GNOME/sources/gtk-doc/1.24/gtk-doc-1.24.tar.xz' + url = 'http://ftp.acc.umu.se/pub/GNOME/sources/gtk-doc/1.25/gtk-doc-1.25.tar.xz' # TODO: check license - source files are GPLv2+ and COPYING is GPLv3 licenses = [License.GPLv2Plus] btype = BuildType.CUSTOM |