From e27abe7c96319bae54a7c5e72b4c515cfd0e1450 Mon Sep 17 00:00:00 2001 From: Edward George Date: Thu, 11 Aug 2011 14:08:14 +0100 Subject: [PATCH] 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 --- Formula/mpd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/mpd.rb b/Formula/mpd.rb index f4aae58363e..01d1e8871b3 100644 --- a/Formula/mpd.rb +++ b/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'