From b1ed9ac9a493c4c019b0b3bf21697824a785a605 Mon Sep 17 00:00:00 2001 From: Winston Weinert Date: Fri, 20 Jun 2014 14:10:24 -0500 Subject: [PATCH] pianobar 2014.06.08 Closes Homebrew/homebrew#30315. Signed-off-by: Jack Nagel --- Formula/pianobar.rb | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Formula/pianobar.rb b/Formula/pianobar.rb index dc1f672408..dc1f804197 100644 --- a/Formula/pianobar.rb +++ b/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