diff options
| author | Jack Nagel | 2014-04-03 09:25:42 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-04-03 09:29:23 -0500 | 
| commit | babba47ec1319ae113a6c43d15de14b5f569cfd9 (patch) | |
| tree | 98c9e9d33c2caeb72e092b17e20610509e24ffea /Library/Formula/libidl.rb | |
| parent | 78817936f368c054c08c4be13293ae409061716a (diff) | |
| download | homebrew-babba47ec1319ae113a6c43d15de14b5f569cfd9.tar.bz2 | |
Revert "Use download.gnome.org instead of ftp.gnome.org"
This reverts commit 90575346225fd0c16475ad74ee53b37b62715f0c.
Closes #28026.
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 83408998e..e906e4529 100644 --- a/Library/Formula/libidl.rb +++ b/Library/Formula/libidl.rb @@ -1,8 +1,8 @@  require 'formula'  class Libidl < Formula -  homepage 'http://download.gnome.org/sources/libIDL/0.8/' -  url 'http://download.gnome.org/sources/libIDL/0.8/libIDL-0.8.14.tar.bz2' +  homepage 'http://ftp.acc.umu.se/pub/gnome/sources/libIDL/0.8/' +  url 'http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-0.8.14.tar.bz2'    sha1 'abedf091bef0c7e65162111baf068dcb739ffcd3'    option :universal | 
