diff options
| author | Edward George | 2011-08-11 14:08:14 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2011-08-11 08:10:04 -0700 |
| commit | 666cfa4482ae543961e94db7b41fad7201c7a933 (patch) | |
| tree | 02bd0363c5dd8e37848cfbc08e7e448f7e2a992a /Library | |
| parent | 548514ee398d0e6365e71f27cea3b279d09fcb38 (diff) | |
| download | homebrew-666cfa4482ae543961e94db7b41fad7201c7a933.tar.bz2 | |
mpd 0.16.3
Also fixes the current issue where mpd will not compile if the
ffmpeg formula is installed.
see: https://gist.github.com/mxcl/homebrew/issues/6709
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mpd.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mpd.rb b/Library/Formula/mpd.rb index f4aae5836..01d1e8871 100644 --- a/Library/Formula/mpd.rb +++ b/Library/Formula/mpd.rb @@ -1,9 +1,9 @@ require 'formula' class Mpd < Formula - url 'http://downloads.sourceforge.net/project/musicpd/mpd/0.16.2/mpd-0.16.2.tar.bz2' + url 'http://downloads.sourceforge.net/project/musicpd/mpd/0.16.3/mpd-0.16.3.tar.bz2' homepage 'http://mpd.wikia.com' - md5 'dedb75cef8e489f3de5231031876fb77' + md5 '6e708c02b0e8c288aec855eecf441a5a' depends_on 'pkg-config' => :build depends_on 'glib' |
