summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorHeinrich Fink <hfink@toolsonair.com>2016-08-16 10:35:14 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-08-16 14:39:48 +0300
commit41b91d78ac0f66de5761778145b794bf0c6c248f (patch)
treeeb1afc9e22ac92b9770f8040e378f86f8d2bfdd9 /recipes
parentc88d907991fd8e5c0159470c31c1c8ba30678d3b (diff)
json-glib: Update to 1.2.2
https://bugzilla.gnome.org/show_bug.cgi?id=769974
Diffstat (limited to 'recipes')
-rw-r--r--recipes/json-glib.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/json-glib.recipe b/recipes/json-glib.recipe
index 8a270121..ac5d7c6b 100644
--- a/recipes/json-glib.recipe
+++ b/recipes/json-glib.recipe
@@ -2,10 +2,10 @@
class Recipe(recipe.Recipe):
name = 'json-glib'
- version = '1.0.4'
+ version = '1.2.2'
licenses = [License.LGPLv2_1Plus]
stype = SourceType.TARBALL
- url = 'http://download.gnome.org/sources/json-glib/1.0/json-glib-1.0.4.tar.xz'
+ url = 'https://download.gnome.org/sources/json-glib/1.2/json-glib-1.2.2.tar.xz'
deps = ['glib']
configure_options = '--enable-static'
autoreconf = True