changeset 2616:cacac145fbc6

update package glib
author Mark Brand <mabrand@mabrand.nl>
date Fri, 15 Jun 2012 15:35:18 +0200
parents 7e5aaa010a02
children ab77db77a4ea
files index.html src/glib.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Mon Jun 04 18:02:11 2012 +0200
+++ b/index.html	Fri Jun 15 15:35:18 2012 +0200
@@ -1165,7 +1165,7 @@
     </tr>
     <tr>
         <td id="glib-package">glib</td>
-        <td id="glib-version">2.32.2</td>
+        <td id="glib-version">2.32.3</td>
         <td id="glib-website"><a href="http://www.gtk.org/">GLib</a></td>
     </tr>
     <tr>
--- a/src/glib.mk	Mon Jun 04 18:02:11 2012 +0200
+++ b/src/glib.mk	Fri Jun 15 15:35:18 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := glib
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 5898165e58c8f946c2b1fd05b910fe4476b64164
+$(PKG)_CHECKSUM := 429355327aaf69d2c21cbefcb20c61db94e0acec
 $(PKG)_SUBDIR   := glib-$($(PKG)_VERSION)
 $(PKG)_FILE     := glib-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := http://ftp.gnome.org/pub/gnome/sources/glib/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)