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>
master
Edward George 2011-08-11 14:08:14 +01:00 committed by Adam Vandenberg
parent 1ba134b369
commit e27abe7c96
1 changed files with 2 additions and 2 deletions

View File

@ -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'