diff options
| author | Michael Paquier | 2014-09-12 10:36:45 +0900 |
|---|---|---|
| committer | Jack Nagel | 2014-09-11 20:57:01 -0500 |
| commit | aa1b638fe727fc67e65ff4b8130ac109d3c3d5f4 (patch) | |
| tree | 778e6279aa05ef16b2c353245426cef1d7877cc6 /Library/Formula | |
| parent | 84b12fc7c510db0e3e2f42b38abf5c97cac23a08 (diff) | |
| download | homebrew-aa1b638fe727fc67e65ff4b8130ac109d3c3d5f4.tar.bz2 | |
mpd 0.18.14
This is a bug-fix release with the following changes:
* protocol
- fix range parser bug on certain 32 bit architectures
* decoder
- audiofile: fix crash after seeking
- ffmpeg: fix crash with ffmpeg/libav version 11
- fix assertion failure after seeking
Closes #32249.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 ea0c56e6b..7cc2d2b7c 100644 --- a/Library/Formula/mpd.rb +++ b/Library/Formula/mpd.rb @@ -2,8 +2,8 @@ require 'formula' class Mpd < Formula homepage "http://www.musicpd.org/" - url "http://www.musicpd.org/download/mpd/0.18/mpd-0.18.13.tar.xz" - sha1 "0ddf8c55228fcc67522ecdd7710f93dc146c99a7" + url "http://www.musicpd.org/download/mpd/0.18/mpd-0.18.14.tar.xz" + sha1 "5a4b5f5b0447994f3fc186ffd7c16cabeeed2978" bottle do sha1 "cf904228a9f7bff8314790dd314b8237e2e807f5" => :mavericks |
