aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMichael Paquier2014-12-18 08:49:44 +0900
committerJack Nagel2014-12-17 20:53:53 -0500
commit473fad7c25e4fa9a92a4b2c5321d5ad46bc6af57 (patch)
tree11e7cdc253375e10be1d28454fb308b09755e68b /Library
parent36daace8122479869f94218d719385cbf35c1f6b (diff)
downloadhomebrew-473fad7c25e4fa9a92a4b2c5321d5ad46bc6af57.tar.bz2
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 #35070. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mpd.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mpd.rb b/Library/Formula/mpd.rb
index 847067de3..6ab21ffee 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.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