diff options
| author | Jack Nagel | 2013-11-12 10:29:33 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-12 10:48:09 -0600 |
| commit | a1a8f0c995422b876dc820766ee4a41a67d87172 (patch) | |
| tree | 7952133808902737d8090ecc9a3e145222dd0038 /Library/Formula | |
| parent | d6e8e2e23d9acacb7d1e0028834941d1d14204c2 (diff) | |
| download | homebrew-a1a8f0c995422b876dc820766ee4a41a67d87172.tar.bz2 | |
glib 2.38.2
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/glib.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index 21000f153..f8d9226ab 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.38/glib-2.38.1.tar.xz' - sha256 '01906c62ac666d2ab3183cc07261b2536fab7b211c6129ab66b119c2af56d159' + url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.38/glib-2.38.2.tar.xz' + sha256 '056a9854c0966a0945e16146b3345b7a82562a5ba4d5516fd10398732aea5734' option :universal option 'test', 'Build a debug build and run tests. NOTE: Not all tests succeed yet' @@ -47,7 +47,6 @@ class Glib < Formula --disable-dependency-tracking --disable-silent-rules --disable-dtrace - --disable-modular-tests --disable-libelf --prefix=#{prefix} --localstatedir=#{var} |
