diff options
| author | Jack Nagel | 2014-03-30 18:00:01 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-30 18:00:01 -0500 | 
| commit | 90575346225fd0c16475ad74ee53b37b62715f0c (patch) | |
| tree | abae6020888583da8d07f4882becd3ec04ebf4f3 /Library/Formula/gobject-introspection.rb | |
| parent | 557ef8df05a8ea28ed903f08b2009ebc0e218f5a (diff) | |
| download | homebrew-90575346225fd0c16475ad74ee53b37b62715f0c.tar.bz2 | |
Use download.gnome.org instead of ftp.gnome.org
Diffstat (limited to 'Library/Formula/gobject-introspection.rb')
| -rw-r--r-- | Library/Formula/gobject-introspection.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/gobject-introspection.rb b/Library/Formula/gobject-introspection.rb index 3f5bbd12d..d2a454902 100644 --- a/Library/Formula/gobject-introspection.rb +++ b/Library/Formula/gobject-introspection.rb @@ -2,7 +2,7 @@ require 'formula'  class GobjectIntrospection < Formula    homepage 'http://live.gnome.org/GObjectIntrospection' -  url 'http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.40/gobject-introspection-1.40.0.tar.xz' +  url 'http://download.gnome.org/sources/gobject-introspection/1.40/gobject-introspection-1.40.0.tar.xz'    sha256 '96ea75e9679083e7fe39a105e810e2ead2d708abf189a5ba420bfccfffa24e98'    bottle do | 
