diff options
| author | SnowLprd | 2011-09-22 08:11:58 -0700 | 
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-22 09:04:07 -0700 | 
| commit | f0e5de5f4d19fbff3aaaf736329c3a71a46d31cc (patch) | |
| tree | 7ddc6ac168b8dfec84c92334e28f602558bc672b /Library/Formula/pianobar.rb | |
| parent | 74b13b8514d49c370960663a48dc5af6f668847e (diff) | |
| download | homebrew-f0e5de5f4d19fbff3aaaf736329c3a71a46d31cc.tar.bz2 | |
Pianobar: Update to 2011.09.22
Supports latest Pandora protocol change (v32).
Closes #7759.
Closes #7760.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula/pianobar.rb')
| -rw-r--r-- | Library/Formula/pianobar.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/pianobar.rb b/Library/Formula/pianobar.rb index ea5f6b010..b781df88c 100644 --- a/Library/Formula/pianobar.rb +++ b/Library/Formula/pianobar.rb @@ -1,10 +1,10 @@  require 'formula'  class Pianobar < Formula -  url 'https://github.com/PromyLOPh/pianobar/zipball/2011.07.09' -  version '2011.07.09' +  url 'https://github.com/PromyLOPh/pianobar/zipball/2011.09.22' +  version '2011.09.22'    homepage 'https://github.com/PromyLOPh/pianobar/' -  md5 '5a19a10c83c1bf42ee4360e1a9773dfd' +  md5 '61f84526b42381204678165825f0d4a5'    head 'https://github.com/PromyLOPh/pianobar.git'  | 
