aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mpd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mpd.rb')
-rw-r--r--Library/Formula/mpd.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mpd.rb b/Library/Formula/mpd.rb
index 1893e40aa..4ddc25728 100644
--- a/Library/Formula/mpd.rb
+++ b/Library/Formula/mpd.rb
@@ -1,9 +1,9 @@
require 'formula'
class Mpd < Formula
- url 'http://sourceforge.net/projects/musicpd/files/mpd/0.16.6/mpd-0.16.6.tar.gz'
+ url 'http://sourceforge.net/projects/musicpd/files/mpd/0.16.7/mpd-0.16.7.tar.bz2'
homepage 'http://mpd.wikia.com'
- md5 '8fd6266dc313bddad406f876a845157f'
+ sha1 '878f3ce82d4f00f6cbad63a625b2c0274c4a704a'
depends_on 'pkg-config' => :build
depends_on 'glib'