From 59e1c99188ca69fd9031a3ca5c8aa4617c14171c Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Sat, 7 Feb 2015 05:43:00 +0400 Subject: mpd 0.19.9 This is a bugfix release: * decoder - dsdiff, dsf: raise ID3 tag limit to 1 MB * playlist: fix loading duplicate tag types from state file * despotify: remove defunct plugin * fix clock integer overflow on OS X * fix gcc 5.0 warnings * fix build failure with uClibc * fix build failure on non-POSIX operating systems * fix dependency issue on parallel Android build * fix database/state file saving on Windows Closes #36612. Signed-off-by: Misty De Meo --- Library/Formula/mpd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mpd.rb b/Library/Formula/mpd.rb index c1c7a8ca7..e3d588cf5 100644 --- a/Library/Formula/mpd.rb +++ b/Library/Formula/mpd.rb @@ -4,8 +4,8 @@ class Mpd < Formula homepage "http://www.musicpd.org/" stable do - url "http://www.musicpd.org/download/mpd/0.19/mpd-0.19.8.tar.xz" - sha1 "e5e325b666474bddec6c07502fa2dcf3710a42e3" + url "http://www.musicpd.org/download/mpd/0.19/mpd-0.19.9.tar.xz" + sha1 "6683bee5f132eda318c5a61ec14b2df8d9164d60" end bottle do -- cgit v1.2.3