summaryrefslogtreecommitdiff
path: root/recipes/glib-networking.recipe
diff options
context:
space:
mode:
authorEdward Hervey <edward@collabora.com>2014-05-13 15:30:09 +0200
committerEdward Hervey <edward@collabora.com>2014-05-14 10:44:07 +0200
commit4400087ce76cc0a810406ea186ca7cfe238c4d2f (patch)
treec947a6d7b15390c961c05ffd1070e247db01bdb3 /recipes/glib-networking.recipe
parente1c68cee00b3b8e8d10b923045ce378c9174cc5e (diff)
recipes: Update glib-networking to 2.40.1
Diffstat (limited to 'recipes/glib-networking.recipe')
-rw-r--r--recipes/glib-networking.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/glib-networking.recipe b/recipes/glib-networking.recipe
index 3db8d1e7..87384c7e 100644
--- a/recipes/glib-networking.recipe
+++ b/recipes/glib-networking.recipe
@@ -3,10 +3,10 @@ import os
class Recipe(recipe.Recipe):
name = 'glib-networking'
- version = '2.38.2'
+ version = '2.40.1'
licenses = [License.LGPLv2Plus]
stype = SourceType.TARBALL
- url = 'http://ftp.gnome.org/pub/gnome/sources/glib-networking/2.38/glib-networking-2.38.2.tar.xz'
+ url = 'http://ftp.gnome.org/pub/gnome/sources/glib-networking/2.40/glib-networking-2.40.1.tar.xz'
autoreconf = True
configure_options = "--without-ca-certificates --enable-more-warnings"
deps = ['glib', 'gnutls']