diff options
| author | Birger J. Nordølum | 2011-05-22 20:54:50 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-22 13:36:44 -0700 |
| commit | 9f2e07388464411eb2c19e844675ac5879750ed5 (patch) | |
| tree | 30b71baf373c5c8626823dfd1564b0a83c1d11e8 /Library | |
| parent | c6aa5b252ea88595a8867edb5d09a1ac5818e318 (diff) | |
| download | homebrew-9f2e07388464411eb2c19e844675ac5879750ed5.tar.bz2 | |
GLib 2.28.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/glib.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index c301a9734..a88314b54 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -10,8 +10,8 @@ def build_tests?; ARGV.include? '--test'; end class Glib < Formula homepage 'http://developer.gnome.org/glib/2.28/' - url 'ftp://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.6.tar.bz2' - sha256 '557fb7c39d21b9359fbac51fd6b0b883bc97a2561c0166eef993a4078312f578' + url 'ftp://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.7.tar.bz2' + sha256 '0e1b3816a8934371d4ea2313dfbe25d10d16c950f8d02e0a7879ae10d91b1631' depends_on 'pkg-config' => :build depends_on 'gettext' @@ -19,7 +19,7 @@ class Glib < Formula fails_with_llvm "Undefined symbol errors while linking" def patches - mp = "http://trac.macports.org/export/77283/trunk/dports/devel/glib2/files/" + mp = "http://trac.macports.org/export/78750/trunk/dports/devel/glib2/files/" { :p0 => [ mp+"patch-configure.ac.diff", |
