diff options
| author | Michael Paquier | 2014-07-31 20:18:04 +0900 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-31 15:22:34 +0200 |
| commit | e695fac21ae16cec9cc07f096e429c03f633945d (patch) | |
| tree | 4b415131cc748401608a92f65968c62336285a43 /Library/Formula | |
| parent | 7ed7bdaaa46b25a29cd8149a1484fe9eb7226020 (diff) | |
| download | homebrew-e695fac21ae16cec9cc07f096e429c03f633945d.tar.bz2 | |
mpd 0.18.12
New release logs are as follows:
* database
- proxy: fix build failure with libmpdclient 2.2
- proxy: fix add/search and other commands with libmpdclient < 2.9
* decoder
- audiofile: improve responsiveness
- audiofile: fix WAV stream playback
- dsdiff, dsf: fix stream playback
- dsdiff: fix metadata parser bug (uninitialized variables)
- faad: estimate song duration for remote files
- sndfile: improve responsiveness
* randomize next song when enabling "random" mode while not playing
* randomize next song when adding to single-song queue
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 f834bb979..0ab1e3fe4 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.18/mpd-0.18.11.tar.xz" - sha1 "34585fcb49107508b198798b5657df07c86157f0" + url "http://www.musicpd.org/download/mpd/0.18/mpd-0.18.12.tar.xz" + sha1 "99ba27a541cb18fcd093d93551d34c1c3145ba49" end head do |
