diff options
| author | Michael Paquier | 2015-02-07 05:43:00 +0400 |
|---|---|---|
| committer | Misty De Meo | 2015-02-06 19:57:58 -0800 |
| commit | 59e1c99188ca69fd9031a3ca5c8aa4617c14171c (patch) | |
| tree | 0db05eee1a1800076e2e42a0df7d7dd4d408dcdd /Library | |
| parent | dbac42c87bc334be00f2ad43b41ede294a03fc4f (diff) | |
| download | homebrew-59e1c99188ca69fd9031a3ca5c8aa4617c14171c.tar.bz2 | |
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 <mistydemeo@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mpd.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
