Skip to content

Commit

Permalink
mpd 0.16.6
Browse files Browse the repository at this point in the history
Closes Homebrew#9056.

Signed-off-by: Jack Nagel <[email protected]>
  • Loading branch information
Asuranceturix authored and jacknagel committed Dec 9, 2011
1 parent 040a2d4 commit 8b439bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/mpd.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'formula'

class Mpd < Formula
url 'http://downloads.sourceforge.net/project/musicpd/mpd/0.16.5/mpd-0.16.5.tar.bz2'
url 'http://sourceforge.net/projects/musicpd/files/mpd/0.16.6/mpd-0.16.6.tar.gz'
homepage 'http://mpd.wikia.com'
md5 'f7564cff12035f6a1112cce770655df7'
md5 '8fd6266dc313bddad406f876a845157f'

depends_on 'pkg-config' => :build
depends_on 'glib'
Expand Down

0 comments on commit 8b439bf

Please sign in to comment.