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
This commit is contained in:
parent
32d61aec6b
commit
09dbe53f76
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue