diff options
| author | Birger J. Nordølum | 2011-04-14 22:15:14 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-14 13:59:57 -0700 |
| commit | 2fad0e930b861857f78dcfcf8998040f84631e8e (patch) | |
| tree | 9748ee4231d75ef6b724687186f98ebc4d4572b3 /Library/Formula | |
| parent | 1ed605d8718c80cbac387cec41fba622199d0241 (diff) | |
| download | homebrew-2fad0e930b861857f78dcfcf8998040f84631e8e.tar.bz2 | |
GLib 2.28.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 e428a57c0..c301a9734 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -9,9 +9,9 @@ end def build_tests?; ARGV.include? '--test'; end class Glib < Formula - homepage 'http://www.gtk.org' - url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.5.tar.bz2' - sha256 '8eb4b56b228c6d0bf5021dd23db5b0084d80cc6d8d89d7863073c2da575ec22a' + 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' depends_on 'pkg-config' => :build depends_on 'gettext' |
