diff options
| author | Adam Vandenberg | 2014-05-11 12:04:39 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-12 09:13:30 -0700 |
| commit | c9f9d8fb34e8cfaf0cb0ec3160d2886fc6f202ae (patch) | |
| tree | d8eae5525e967deaaabd6268b7520e90dc48604b /Library | |
| parent | 4523ff34ecf7e918a02f40d2d9e1227d2b147bf4 (diff) | |
| download | homebrew-c9f9d8fb34e8cfaf0cb0ec3160d2886fc6f202ae.tar.bz2 | |
gupnp-av 0.12.5
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gupnp-av.rb | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/Library/Formula/gupnp-av.rb b/Library/Formula/gupnp-av.rb index d0fc9d8ac..5d28a70b0 100644 --- a/Library/Formula/gupnp-av.rb +++ b/Library/Formula/gupnp-av.rb @@ -1,15 +1,14 @@ -require 'formula' +require "formula" class GupnpAv < Formula - homepage 'https://wiki.gnome.org/GUPnP/' - url 'http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.12/gupnp-av-0.12.4.tar.xz' - sha256 '548a9cef8ab3007734e20a4ce284c422ae299b7e024a4824299f6ae7e3dd7a5b' + 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 + sha1 "02c54c99f8c6076fa033625db7a5450e1978a080" - depends_on 'xz' => :build - depends_on 'pkg-config' => :build - depends_on 'intltool' => :build - depends_on 'gettext' - depends_on 'gupnp' + depends_on "pkg-config" => :build + depends_on "intltool" => :build + depends_on "gettext" + depends_on "gupnp" def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
