mpd 0.19.7
This is a bugfix release: * input - nfs: fix crash while canceling a failing file open operation - nfs: fix memory leak on connection failure - nfs: fix reconnect after mount failure - nfs: implement mount timeout (60 seconds) * storage - nfs: implement I/O timeout (60 seconds) * playlist - embcue: fix filename suffix detection - don't skip non-existent songs in "listplaylist" * decoder - ffmpeg: fix time stamp underflow * fix memory allocator bug on Windows Closes Homebrew/homebrew#35070. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
15606c7b2c
commit
f972858c8d
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.19/mpd-0.19.6.tar.xz"
|
||||
sha1 "723c224a24292d70823a3f58fc7dbf20cac770e9"
|
||||
url "http://www.musicpd.org/download/mpd/0.19/mpd-0.19.7.tar.xz"
|
||||
sha1 "6f67d8ac14881c2d72c2907c2c1e14c6b2fd04c5"
|
||||
end
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue