diff options
| author | Jack Nagel | 2012-09-05 15:56:30 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-09-05 15:57:45 -0500 |
| commit | 32e20f84a91c33c65aea29f3d270cd54fcfbbf9e (patch) | |
| tree | 9d61c6f5bc96e4f6e26e887e4146237264a533e1 /Library/Formula/glib.rb | |
| parent | 11bbe1f51952fa99a62ec05f8ae1ec5f44c5f5f7 (diff) | |
| download | homebrew-32e20f84a91c33c65aea29f3d270cd54fcfbbf9e.tar.bz2 | |
Use HTTP for gnome URLs
c.f. #10377.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/glib.rb')
| -rw-r--r-- | Library/Formula/glib.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index e1340803f..4cfafdcf8 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -2,7 +2,7 @@ require 'formula' class Glib < Formula homepage 'http://developer.gnome.org/glib/' - url 'ftp://ftp.gnome.org/pub/gnome/sources/glib/2.32/glib-2.32.4.tar.xz' + url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.32/glib-2.32.4.tar.xz' sha256 'a5d742a4fda22fb6975a8c0cfcd2499dd1c809b8afd4ef709bda4d11b167fae2' option :universal |
