diff options
Diffstat (limited to 'Library/Formula/gupnp.rb')
| -rw-r--r-- | Library/Formula/gupnp.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gupnp.rb b/Library/Formula/gupnp.rb index 4ddc9deae..076f13139 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 'http://download.gnome.org/sources/gupnp/0.20/gupnp-0.20.3.tar.xz' +  url 'http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.3.tar.xz'    sha256 'ed7db7506506434d0fd272e3866d7ae985af5b9d7e9e5e120f8581ade90869f0'    depends_on 'pkg-config' => :build  | 
