Skip to content

Commit

Permalink
pianobar: Update to 2012.04.24
Browse files Browse the repository at this point in the history
Also includes a patch to work around PromyLOPh/pianobar#236.

Closes Homebrew#11900.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
  • Loading branch information
Chris Brinker authored and Sharpie committed Apr 29, 2012
1 parent 62aff83 commit 5c27d1d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Library/Formula/pianobar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

class Pianobar < Formula
homepage 'https://github.com/PromyLOPh/pianobar/'
url 'https://github.com/PromyLOPh/pianobar/tarball/2012.01.10'
md5 'a703227c079cb0fe20ac4abbdfbc6f08'
url 'https://github.com/PromyLOPh/pianobar/tarball/2012.04.24'
md5 'bbdb0f5e0bfd811496488e5c3b85a8fd'

head 'https://github.com/PromyLOPh/pianobar.git'

Expand Down Expand Up @@ -35,4 +35,10 @@ def install
# 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

0 comments on commit 5c27d1d

Please sign in to comment.