summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-11-11 18:48:41 +0100
committerSebastian Dröge <sebastian@centricular.com>2015-11-11 18:48:41 +0100
commit3f9289f55e15facc2ad66379d29ea9a4c07ada46 (patch)
treea26b1956ca9379fd00c13fb1006bbe24ef27fde8
parent41d1dfcfc89e96f1f7c14319a889e55c5fa14ca2 (diff)
glib: Update to 2.46.2
-rw-r--r--recipes/build-tools/glib-tools.recipe2
-rw-r--r--recipes/glib.recipe2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/build-tools/glib-tools.recipe b/recipes/build-tools/glib-tools.recipe
index e9eb9292..b0636ecc 100644
--- a/recipes/build-tools/glib-tools.recipe
+++ b/recipes/build-tools/glib-tools.recipe
@@ -2,7 +2,7 @@
class Recipe(recipe.Recipe):
name = 'glib-tools'
- version = '2.46.1'
+ version = '2.46.2'
stype = SourceType.TARBALL
url = 'http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.46/glib-%(version)s.tar.xz'
tarball_dirname = 'glib-%(version)s'
diff --git a/recipes/glib.recipe b/recipes/glib.recipe
index 74feec57..5c0f09bb 100644
--- a/recipes/glib.recipe
+++ b/recipes/glib.recipe
@@ -19,7 +19,7 @@ GLIB_CONFIG_UNVERSAL='''\
class Recipe(recipe.Recipe):
name = 'glib'
- version = '2.46.1'
+ version = '2.46.2'
stype = SourceType.TARBALL
url = 'http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.46/glib-%(version)s.tar.xz'
licenses = [License.LGPLv2Plus]