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/pangomm.rb | |
| parent | 557ef8df05a8ea28ed903f08b2009ebc0e218f5a (diff) | |
| download | homebrew-90575346225fd0c16475ad74ee53b37b62715f0c.tar.bz2 | |
Use download.gnome.org instead of ftp.gnome.org
Diffstat (limited to 'Library/Formula/pangomm.rb')
| -rw-r--r-- | Library/Formula/pangomm.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pangomm.rb b/Library/Formula/pangomm.rb index 33a8be669..86325b5b1 100644 --- a/Library/Formula/pangomm.rb +++ b/Library/Formula/pangomm.rb @@ -2,7 +2,7 @@ require 'formula'  class Pangomm < Formula    homepage 'http://www.pango.org/' -  url 'http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.34/pangomm-2.34.0.tar.xz' +  url 'http://download.gnome.org/sources/pangomm/2.34/pangomm-2.34.0.tar.xz'    sha256 '0e82bbff62f626692a00f3772d8b17169a1842b8cc54d5f2ddb1fec2cede9e41'    bottle do  | 
