diff options
| author | Michael Paquier | 2014-11-27 09:24:34 +0900 |
|---|---|---|
| committer | Misty De Meo | 2014-11-26 16:43:29 -0800 |
| commit | 1a653fb8b561750419c40bc1d703ee51034361c5 (patch) | |
| tree | 87474047ff57157ba108d9a950a1405c20b2aa55 /Library | |
| parent | 20fc8957cda174bd947427cdde3bf0016a343000 (diff) | |
| download | homebrew-1a653fb8b561750419c40bc1d703ee51034361c5.tar.bz2 | |
mpd 0.19.5
Bugfix release, fixing several crashes and deadlocks in plugins:
* input
- nfs: fix crash on connection failure
* archive
- zzip: fix crash after seeking
* decoder
- dsdiff, dsf, opus: fix deadlock while seeking
- mp4v2: remove because of incompatible license
Closes #34479.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library')
| -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 6a759aca6..8d8b42672 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.4.tar.xz" - sha1 "f0397d7e923cd11fef8dae238efe9ae9ff12120f" + url "http://www.musicpd.org/download/mpd/0.19/mpd-0.19.5.tar.xz" + sha1 "59bab61cfc89c6ef7a1c3cbc877957df633ad1ac" end bottle do |
