Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
mpd 0.19.13
Browse files Browse the repository at this point in the history
This is a bugfix release:
* tags
 - aiff, riff: fix ID3 chunk padding
* decoder
 - ffmpeg: support the TAK codec
* fix disappearing duration of remote songs during playback
* initialize supplementary groups with glibc 2.19+

Closes #49475.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
  • Loading branch information
Michael Paquier authored and nijikon committed Feb 24, 2016
1 parent dfaab69 commit 91adde3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Library/Formula/mpd.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
class Mpd < Formula
desc "Music Player Daemon"
homepage "http://www.musicpd.org/"
url "http://www.musicpd.org/download/mpd/0.19/mpd-0.19.12.tar.xz"
sha256 "7b6fe6c7ce72f5f80a276d680072b524ecb395e546e252b8f3a0756377e1e875"
revision 1
url "http://www.musicpd.org/download/mpd/0.19/mpd-0.19.13.tar.xz"
sha256 "f1014838fa7ab2d5fe2ef7f4c101d58fdec2c4c13cfbd2462ee146c8e4919a55"

bottle do
cellar :any
Expand Down

0 comments on commit 91adde3

Please sign in to comment.