diff options
| author | Jack Nagel | 2012-12-08 15:25:45 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-12-08 15:25:45 -0600 |
| commit | dc9778badc9d3f2ec5fd3a4d17b016546c79b7d3 (patch) | |
| tree | ad51200c605f565505a7634bfa373c76e88d596c /Library/Formula | |
| parent | ed6ea798c8673a2e98bc016491f4446bd19ca559 (diff) | |
| download | homebrew-dc9778badc9d3f2ec5fd3a4d17b016546c79b7d3.tar.bz2 | |
glib 2.34.3
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/glib.rb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index 38a37c8ad..535c98956 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.34/glib-2.34.2.tar.xz' - sha256 '2d99a8309cdd0c584bd5386a49265fb19ac64575fe108fd901d6f26c8d73c708' + url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.34/glib-2.34.3.tar.xz' + sha256 '855fcbf87cb93065b488358e351774d8a39177281023bae58c286f41612658a7' option :universal option 'test', 'Build a debug build and run tests. NOTE: Not all tests succeed yet' @@ -19,13 +19,9 @@ class Glib < Formula end def patches - # https://bugzilla.gnome.org/show_bug.cgi?id=673047 Merged. Remove @ 2.34.3 # https://bugzilla.gnome.org/show_bug.cgi?id=673135 Resolved as wontfix. - # https://bugzilla.gnome.org/show_bug.cgi?id=688693 Resolved remove @ 2.34.3 p = { :p1 => %W[ - https://raw.github.com/gist/3924875/19cdaebdff7dcc94ccd9b3747d43a09318f0b846/glib-gunicollate.patch https://raw.github.com/gist/3924879/f86903e0aea1458448507305d01b06a7d878c041/glib-configurable-paths.patch - http://git.gnome.org/browse/glib/patch/?id=c160994 ]} p[:p0] = %W[ https://trac.macports.org/export/95596/trunk/dports/devel/glib2/files/patch-configure.diff |
