From 58bea8c4eeb846b6f1d6784c05fe134a42f60d39 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Wed, 8 Oct 2014 15:18:18 -0700 Subject: [PATCH] pianobar: bump revision due to ffmpeg upgrade Fixes Homebrew/homebrew#33034. --- Formula/pianobar.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/pianobar.rb b/Formula/pianobar.rb index cabf94959d..38cdd0c33a 100644 --- a/Formula/pianobar.rb +++ b/Formula/pianobar.rb @@ -5,6 +5,7 @@ class Pianobar < Formula url "https://github.com/PromyLOPh/pianobar/archive/2014.06.08.tar.gz" sha256 "55f0105b8bf20af0a74f3ef2f928e81d9fdccc50fe86548f7db7992f523c3529" head "https://github.com/PromyLOPh/pianobar.git" + revision 1 depends_on "pkg-config" => :build depends_on "libao"