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/glib-networking.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/glib-networking.rb')
| -rw-r--r-- | Library/Formula/glib-networking.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/glib-networking.rb b/Library/Formula/glib-networking.rb index d35b44efb..09f1a6c8b 100644 --- a/Library/Formula/glib-networking.rb +++ b/Library/Formula/glib-networking.rb @@ -2,7 +2,7 @@ require 'formula'  class GlibNetworking < Formula    homepage 'https://launchpad.net/glib-networking' -  url 'http://download.gnome.org/sources/glib-networking/2.40/glib-networking-2.40.0.tar.xz' +  url 'http://ftp.gnome.org/pub/GNOME/sources/glib-networking/2.40/glib-networking-2.40.0.tar.xz'    sha256 '54e9c2d81171353794d2d2113e1311dfafd889f10993099e447b431c4e800aa4'    bottle do | 
