diff options
| author | Michael Paquier | 2015-01-15 09:14:25 +0900 |
|---|---|---|
| committer | Misty De Meo | 2015-01-14 18:17:38 -0800 |
| commit | fe494a1672ffb515e29e9dbf27cb68c0c589aa82 (patch) | |
| tree | fa08ac7184d2c5632a55f3dfbd6a7e763a49feb0 /Library/Formula | |
| parent | 52e2d5574f03ac237cf6c941b29efd5542769443 (diff) | |
| download | homebrew-fe494a1672ffb515e29e9dbf27cb68c0c589aa82.tar.bz2 | |
mpd 0.19.8
This is a bugfix release:
* input
- curl: fix bug after rewinding from end-of-file
- mms: reduce delay at the beginning of playback
* decoder
- dsdiff, dsf: allow ID3 tags larger than 4 kB
- ffmpeg: support interleaved floating point
* fix clang 3.6 warnings
* fix build failure on NetBSD
Closes #35886.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 7991626ba..d3f6781af 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.7.tar.xz" - sha1 "6f67d8ac14881c2d72c2907c2c1e14c6b2fd04c5" + url "http://www.musicpd.org/download/mpd/0.19/mpd-0.19.8.tar.xz" + sha1 "e5e325b666474bddec6c07502fa2dcf3710a42e3" end bottle do |
