aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/glib.rb
diff options
context:
space:
mode:
authorAnatol Pomozov2010-09-21 23:14:14 -0700
committerAdam Vandenberg2010-09-27 09:32:04 -0700
commitff2c8f4bd847a831751ebde514e10e61fe6b1cce (patch)
treeb2260961ef15b3c71e34bf86636a337e194da08a /Library/Formula/glib.rb
parent1db993d5b08a5bf7d32d58fe9b1d32cf2b003a67 (diff)
downloadhomebrew-ff2c8f4bd847a831751ebde514e10e61fe6b1cce.tar.bz2
Update glib to the latest stable release 2.24.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/glib.rb')
-rw-r--r--Library/Formula/glib.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb
index 7434c61b1..d59624c9e 100644
--- a/Library/Formula/glib.rb
+++ b/Library/Formula/glib.rb
@@ -8,8 +8,8 @@ end
class Glib <Formula
- url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.24/glib-2.24.1.tar.bz2'
- sha256 '014c3da960bf17117371075c16495f05f36501db990851ceea658f15d2ea6d04'
+ url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.24/glib-2.24.2.tar.bz2'
+ sha256 '3aeb521abd3642dd1224379f0e54915957e5010f888a4ae74afa0ad54da0160c'
homepage 'http://www.gtk.org'
depends_on 'pkg-config'