aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorWinston Weinert2014-06-20 14:10:24 -0500
committerJack Nagel2014-06-20 19:49:30 -0500
commit05631cda137aa6e46928d0bd46559969dad2562e (patch)
tree57e4145bf9e840fe9661ed44e63bd769db536bd0 /Library
parent833215a85aa2d2ae7b9137330ea367a315c9133a (diff)
downloadhomebrew-05631cda137aa6e46928d0bd46559969dad2562e.tar.bz2
pianobar 2014.06.08
Closes #30315. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pianobar.rb12
1 files changed, 4 insertions, 8 deletions
diff --git a/Library/Formula/pianobar.rb b/Library/Formula/pianobar.rb
index dc1f67240..dc1f80419 100644
--- a/Library/Formula/pianobar.rb
+++ b/Library/Formula/pianobar.rb
@@ -2,14 +2,9 @@ require "formula"
class Pianobar < Formula
homepage "https://github.com/PromyLOPh/pianobar/"
- url "https://github.com/PromyLOPh/pianobar/archive/2013.09.15.tar.gz"
- sha256 "4b18582eb794def5bf4e7d5de211d1f6c79295edac344928e09072aa9386796c"
- revision 2
-
- head do
- url "https://github.com/PromyLOPh/pianobar.git"
- depends_on "ffmpeg"
- end
+ url "https://github.com/PromyLOPh/pianobar/archive/2014.06.08.tar.gz"
+ sha256 "55f0105b8bf20af0a74f3ef2f928e81d9fdccc50fe86548f7db7992f523c3529"
+ head "https://github.com/PromyLOPh/pianobar.git"
depends_on "pkg-config" => :build
depends_on "libao"
@@ -18,6 +13,7 @@ class Pianobar < Formula
depends_on "gnutls"
depends_on "libgcrypt"
depends_on "json-c"
+ depends_on "ffmpeg"
fails_with :llvm do
build 2334