summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-07-23 08:20:10 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-07-23 08:35:36 +0100
commita4134e638bee563a09b1acb974fd69dc317534d7 (patch)
treeab8531731cc570bb3acff35a7da81fcdad11c5fc
parentc8e45da94b0738c26f3f5b6b229b896a8578f15d (diff)
recipes: bump gtk-doc to 1.21 release
Which fixes untar errors on windows ('tar: Archive value ... is out of uid_t range 0..65535') https://bugzilla.gnome.org/show_bug.cgi?id=722621
-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 dbe9885b..d0a42232 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.21'
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.21/gtk-doc-1.21.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..b7693c14 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.21'
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.21/gtk-doc-1.21.tar.xz'
# TODO: check license - source files are GPLv2+ and COPYING is GPLv3
licenses = [License.GPLv2Plus]
deps = ['libxslt']