summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-08-16 13:11:04 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-08-16 13:11:04 +0200
commit260675282cf60d8a8d47a157b9d4bddb72ee31e4 (patch)
treeb77141ef99d73318b62f8b0ea01ac45d65468e67
parent96b6b33cd851416cdec8a8918601d9be96269bb7 (diff)
recipes/gtk-doc: Update to 1.24
-rw-r--r--recipes/gtk-doc-lite.recipe4
-rw-r--r--recipes/gtk-doc.recipe4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/gtk-doc-lite.recipe b/recipes/gtk-doc-lite.recipe
index 2b9e5e59..878734a3 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.21'
+ version = '1.24'
stype = SourceType.TARBALL
tarball_dirname = 'gtk-doc-%(version)s'
- url = 'http://ftp.acc.umu.se/pub/GNOME/sources/gtk-doc/1.21/gtk-doc-1.21.tar.xz'
+ url = 'http://ftp.acc.umu.se/pub/GNOME/sources/gtk-doc/1.24/gtk-doc-1.24.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 b7693c14..f201f431 100644
--- a/recipes/gtk-doc.recipe
+++ b/recipes/gtk-doc.recipe
@@ -2,9 +2,9 @@
class Recipe(recipe.Recipe):
name = 'gtk-doc'
- version = '1.21'
+ version = '1.24'
stype = SourceType.TARBALL
- url = 'http://ftp.acc.umu.se/pub/GNOME/sources/gtk-doc/1.21/gtk-doc-1.21.tar.xz'
+ url = 'http://ftp.acc.umu.se/pub/GNOME/sources/gtk-doc/1.24/gtk-doc-1.24.tar.xz'
# TODO: check license - source files are GPLv2+ and COPYING is GPLv3
licenses = [License.GPLv2Plus]
deps = ['libxslt']