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/libidl.rb | |
| parent | 557ef8df05a8ea28ed903f08b2009ebc0e218f5a (diff) | |
| download | homebrew-90575346225fd0c16475ad74ee53b37b62715f0c.tar.bz2 | |
Use download.gnome.org instead of ftp.gnome.org
Diffstat (limited to 'Library/Formula/libidl.rb')
| -rw-r--r-- | Library/Formula/libidl.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/libidl.rb b/Library/Formula/libidl.rb index a333ed765..83408998e 100644 --- a/Library/Formula/libidl.rb +++ b/Library/Formula/libidl.rb @@ -1,8 +1,8 @@  require 'formula'  class Libidl < Formula -  homepage 'http://ftp.acc.umu.se/pub/gnome/sources/libIDL/0.8/' -  url 'http://ftp.acc.umu.se/pub/gnome/sources/libIDL/0.8/libIDL-0.8.14.tar.bz2' +  homepage 'http://download.gnome.org/sources/libIDL/0.8/' +  url 'http://download.gnome.org/sources/libIDL/0.8/libIDL-0.8.14.tar.bz2'    sha1 'abedf091bef0c7e65162111baf068dcb739ffcd3'    option :universal | 
