aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJuan C. Mùˆller2012-05-07 11:30:00 -0400
committerAdam Vandenberg2012-05-08 06:59:48 -0700
commitbb28145f95526b3f5ce5220db6925f0e1847bd92 (patch)
treeaf4399b3d07b2dadcf68504bc9233008ff6bb14d /Library
parente4a48b37d5caa5d51fdc422427e8481bb97c5670 (diff)
downloadhomebrew-bb28145f95526b3f5ce5220db6925f0e1847bd92.tar.bz2
pianobar 2012.05.06
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pianobar.rb11
1 files changed, 3 insertions, 8 deletions
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