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/libsigc++.rb | |
| parent | 557ef8df05a8ea28ed903f08b2009ebc0e218f5a (diff) | |
| download | homebrew-90575346225fd0c16475ad74ee53b37b62715f0c.tar.bz2 | |
Use download.gnome.org instead of ftp.gnome.org
Diffstat (limited to 'Library/Formula/libsigc++.rb')
| -rw-r--r-- | Library/Formula/libsigc++.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libsigc++.rb b/Library/Formula/libsigc++.rb index 486864c27..bcb6bae30 100644 --- a/Library/Formula/libsigc++.rb +++ b/Library/Formula/libsigc++.rb @@ -2,7 +2,7 @@ require 'formula'  class Libsigcxx < Formula    homepage 'http://libsigc.sourceforge.net' -  url 'http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.3/libsigc++-2.3.1.tar.xz' +  url 'http://download.gnome.org/sources/libsigc++/2.3/libsigc++-2.3.1.tar.xz'    sha256 '67d05852b31fdb267c9fdcecd40b046a11aa54d884435e99e3c60dd20cd60393'    bottle do  | 
