mpd 0.18.13
Bug-release fix with the following changes: * protocol - don't change song on "seekcur" in random mode * decoder - dsdiff, dsf: fix endless loop on malformed file - ffmpeg: support ffmpeg/libav version 11 - gme: fix song duration * output - alsa: fix endless loop at end of file in dsd_usb mode * fix state file saver * fix build failure on Darwin Closes Homebrew/homebrew#32013. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
05b3a8340e
commit
e993390beb
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.12.tar.xz"
|
||||
sha1 "99ba27a541cb18fcd093d93551d34c1c3145ba49"
|
||||
url "http://www.musicpd.org/download/mpd/0.18/mpd-0.18.13.tar.xz"
|
||||
sha1 "0ddf8c55228fcc67522ecdd7710f93dc146c99a7"
|
||||
end
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue