aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2014-10-08 15:28:40 -0700
committerMisty De Meo2014-10-08 15:35:21 -0700
commit52ef42d55132c2e14abc10cfe8dae56f3f10473e (patch)
tree706181d6954c8c6d0bca110c36f85a2c14d6d483 /Library
parent03cf3ed14547d5df5a2d5e933cbde11d3f5cce04 (diff)
downloadhomebrew-52ef42d55132c2e14abc10cfe8dae56f3f10473e.tar.bz2
pianobar 2014.09.28
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pianobar.rb11
1 files changed, 2 insertions, 9 deletions
diff --git a/Library/Formula/pianobar.rb b/Library/Formula/pianobar.rb
index 38cdd0c33..016e29c11 100644
--- a/Library/Formula/pianobar.rb
+++ b/Library/Formula/pianobar.rb
@@ -2,10 +2,9 @@ require "formula"
class Pianobar < Formula
homepage "https://github.com/PromyLOPh/pianobar/"
- url "https://github.com/PromyLOPh/pianobar/archive/2014.06.08.tar.gz"
- sha256 "55f0105b8bf20af0a74f3ef2f928e81d9fdccc50fe86548f7db7992f523c3529"
+ url "http://6xq.net/projects/pianobar/pianobar-2014.09.28.tar.bz2"
+ sha256 "6bd10218ad5d68c4c761e02c729627d2581b4a6db559190e7e52dc5df177e68f"
head "https://github.com/PromyLOPh/pianobar.git"
- revision 1
depends_on "pkg-config" => :build
depends_on "libao"
@@ -21,12 +20,6 @@ class Pianobar < Formula
cause "Reports of this not compiling on Xcode 4"
end
- # Fixes segfault in JSON response parser; fixed upstream, will be in next release
- patch do
- url "https://github.com/PromyLOPh/pianobar/commit/597b2ec46a3708d50ab9620d5bb4fdbd19cf8a6c.diff"
- sha1 "d1a6215e72aeb95a77892898110d79e3737e3ba1"
- end
-
def install
# Discard Homebrew's CFLAGS as Pianobar reportedly doesn't like them
ENV['CFLAGS'] = "-O2 -DNDEBUG " +