aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-06-12 10:14:46 -0500
committerJack Nagel2013-06-12 10:14:46 -0500
commit03b7f5b22263d962d5c4db019343d33eb4b1682c (patch)
treeeb81098e6e045fc8a7d781a21926ec664297ba72 /Library/Formula
parent2582f8b1ed0f304f1a270f93d66778f7cbb6ae96 (diff)
downloadhomebrew-03b7f5b22263d962d5c4db019343d33eb4b1682c.tar.bz2
glib 2.36.3
Diffstat (limited to 'Library/Formula')
-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 755b36146..f6f0699a1 100644
--- a/Library/Formula/glib.rb
+++ b/Library/Formula/glib.rb
@@ -2,8 +2,8 @@ require 'formula'
class Glib < Formula
homepage 'http://developer.gnome.org/glib/'
- url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.36/glib-2.36.2.tar.xz'
- sha256 '5ea98451fb57d0ba523a1e836545f0a919b498863056fdd9da69d148c1347f80'
+ url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.36/glib-2.36.3.tar.xz'
+ sha256 '5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e'
option :universal
option 'test', 'Build a debug build and run tests. NOTE: Not all tests succeed yet'