diff options
| author | Jack Nagel | 2014-05-13 16:41:58 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-13 16:41:58 -0500 |
| commit | b961626fc99e7ae9a33f9f90d3dad8f6f5014ce6 (patch) | |
| tree | 9ab19698778de7f2a037424f3151ffc36a5a7ad4 /Library/Formula | |
| parent | 11f42e89cd33b02db524a57f5e370151d73beaa4 (diff) | |
| download | homebrew-b961626fc99e7ae9a33f9f90d3dad8f6f5014ce6.tar.bz2 | |
Prefer ftp.gnome.org over download.gnome.org
download.gnome.org is served over SSL, but the download itself is not.
See: https://github.com/Homebrew/homebrew/pull/28026#issuecomment-39210557
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gupnp-av.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/gupnp-tools.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/gupnp.rb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gupnp-av.rb b/Library/Formula/gupnp-av.rb index 5d28a70b0..3702a9d54 100644 --- a/Library/Formula/gupnp-av.rb +++ b/Library/Formula/gupnp-av.rb @@ -2,7 +2,7 @@ require "formula" class GupnpAv < Formula homepage "https://wiki.gnome.org/GUPnP/" - url "https://download.gnome.org/sources/gupnp-av/0.12/gupnp-av-0.12.5.tar.xz", :using => :ssl3 + url "http://ftp.gnome.org/pub/gnome/sources/gupnp-av/0.12/gupnp-av-0.12.5.tar.xz" sha1 "02c54c99f8c6076fa033625db7a5450e1978a080" depends_on "pkg-config" => :build diff --git a/Library/Formula/gupnp-tools.rb b/Library/Formula/gupnp-tools.rb index b3018a571..c8cfa7a76 100644 --- a/Library/Formula/gupnp-tools.rb +++ b/Library/Formula/gupnp-tools.rb @@ -2,7 +2,7 @@ require "formula" class GupnpTools < Formula homepage "https://wiki.gnome.org/GUPnP/" - url "https://download.gnome.org/sources/gupnp-tools/0.8/gupnp-tools-0.8.9.tar.xz", :using => :ssl3 + url "http://ftp.gnome.org/pub/gnome/sources/gupnp-tools/0.8/gupnp-tools-0.8.9.tar.xz" sha1 "afe0855510740bf44bc32b716bd0687edcda0f94" depends_on :x11 diff --git a/Library/Formula/gupnp.rb b/Library/Formula/gupnp.rb index 05607060b..59e2d12ff 100644 --- a/Library/Formula/gupnp.rb +++ b/Library/Formula/gupnp.rb @@ -2,7 +2,7 @@ require "formula" class Gupnp < Formula homepage "https://wiki.gnome.org/GUPnP/" - url "https://download.gnome.org/sources/gupnp/0.20/gupnp-0.20.11.tar.xz", :using => :ssl3 + url "http://ftp.gnome.org/pub/gnome/sources/gupnp/0.20/gupnp-0.20.11.tar.xz" sha1 "df8fd34bc50a567610899e071e0fa724188ebcfd" depends_on "pkg-config" => :build |
