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