diff options
| author | Michael Paquier | 2014-11-19 06:47:57 +0900 |
|---|---|---|
| committer | Jack Nagel | 2014-11-18 22:36:42 -0600 |
| commit | 7bf4a2812214b4df338bc94760198ffc96de0207 (patch) | |
| tree | 3b6dc06c57e66ed0ddbdb29b779cd98c14962617 /Library/Formula | |
| parent | adaf6c49257867e5fa071404852bca535ded8034 (diff) | |
| download | homebrew-7bf4a2812214b4df338bc94760198ffc96de0207.tar.bz2 | |
mpd 0.19.4
This is a bugfix release:
* protocol
- workaround for buggy clients that send "add /"
* decoder
- ffmpeg: support opus
- opus: add MIME types audio/ogg and application/ogg
* fix crash on failed filename charset conversion
* fix local socket detection from uid=0 (root)
Closes #34295.
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 f09bfe0b4..9dcb8d5cf 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.3.tar.xz" - sha1 "2027ea7c379e045dec6cddfe0ccef341fe00c387" + url "http://www.musicpd.org/download/mpd/0.19/mpd-0.19.4.tar.xz" + sha1 "f0397d7e923cd11fef8dae238efe9ae9ff12120f" end bottle do |
