From bb28145f95526b3f5ce5220db6925f0e1847bd92 Mon Sep 17 00:00:00 2001 From: Juan C. Mùˆller Date: Mon, 7 May 2012 11:30:00 -0400 Subject: pianobar 2012.05.06 Signed-off-by: Adam Vandenberg --- Library/Formula/pianobar.rb | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'Library') diff --git a/Library/Formula/pianobar.rb b/Library/Formula/pianobar.rb index 52ecafe9d..71aa1d5fb 100644 --- a/Library/Formula/pianobar.rb +++ b/Library/Formula/pianobar.rb @@ -2,8 +2,8 @@ require 'formula' class Pianobar < Formula homepage 'https://github.com/PromyLOPh/pianobar/' - url 'https://github.com/PromyLOPh/pianobar/tarball/2012.04.24' - md5 'bbdb0f5e0bfd811496488e5c3b85a8fd' + url 'https://github.com/PromyLOPh/pianobar/tarball/2012.05.06' + md5 '1bbfd129f66b5bf37a84cf7794f2eaf2' head 'https://github.com/PromyLOPh/pianobar.git' @@ -11,6 +11,7 @@ class Pianobar < Formula depends_on 'mad' depends_on 'faad2' depends_on 'gnutls' + depends_on 'json-c' skip_clean 'bin' @@ -35,10 +36,4 @@ class Pianobar < Formula # Install contrib folder too, why not. prefix.install Dir['contrib'] end - - # (Temporary?) workaround for pandora protocol change - # For detail: https://github.com/PromyLOPh/pianobar/issues/236 - def patches - "https://raw.github.com/gist/2500616/bf2fc7c339791be9dce8ebf0ecca3f6647c9e3f2/gistfile1" - end end -- cgit v1.2.3