aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMichael Paquier2015-02-24 09:39:38 +0900
committerJack Nagel2015-02-24 00:06:36 -0500
commit2814e9e876878e9117f71f62e33e0743825a1bcf (patch)
treef99c59e23e2202c0fa404e84bb6b7852e128fcbe /Library
parentae0c76d9a8e43348bce45feb7854e87e92653e7d (diff)
downloadhomebrew-2814e9e876878e9117f71f62e33e0743825a1bcf.tar.bz2
libmpdclient 2.10
This introduces the following features in client protocol of MPD: * support abstract sockets with "@" prefix * support tag "MUSICBRAINZ_RELEASETRACKID" * add TCP keepalive internal and external APIs * support MPD protocol 0.19 - status: support sample formats "float" and "dsd" - song: report duration with milliseconds precision - search: support constraint "modified-since" * support MPD protocol 0.20 - the "window" parameter for commands "find"/"search" Closes #37129. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libmpdclient.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libmpdclient.rb b/Library/Formula/libmpdclient.rb
index 9a611286c..08cb33448 100644
--- a/Library/Formula/libmpdclient.rb
+++ b/Library/Formula/libmpdclient.rb
@@ -2,8 +2,8 @@ require 'formula'
class Libmpdclient < Formula
homepage 'http://www.musicpd.org/libs/libmpdclient/'
- url 'http://www.musicpd.org/download/libmpdclient/2/libmpdclient-2.9.tar.gz'
- sha1 'fe40dcb54f79648a17b68c93add2e601077a9311'
+ url 'http://www.musicpd.org/download/libmpdclient/2/libmpdclient-2.10.tar.gz'
+ sha1 '106de0e8f0e63ec3899c91c38d1bcc171df61637'
bottle do
cellar :any