From d0e7d4766a2438c5b34dc25467d79f05c8b3f374 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Wed, 26 Mar 2014 15:30:28 +0000 Subject: [PATCH] ffmpeg: update 2.2 bottle. Closes Homebrew/homebrew#27888. Signed-off-by: Mike McQuaid --- Formula/ffmpeg.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/ffmpeg.rb b/Formula/ffmpeg.rb index 29e414ef1a6..63becf8b03f 100644 --- a/Formula/ffmpeg.rb +++ b/Formula/ffmpeg.rb @@ -7,9 +7,9 @@ class Ffmpeg < Formula head 'git://git.videolan.org/ffmpeg.git' bottle do - sha1 "11803d2e80301197635d6e5fb38e80ba71b981e3" => :mavericks - sha1 "1fe2ddca396754f3a59555806637851f9e94ad2f" => :mountain_lion - sha1 "ffaa7cb1c458fc3d7d2c251606a6d19dde351e80" => :lion + sha1 "3600f558473d05ecc35d346c0bc6af4e258d3ebc" => :mavericks + sha1 "440c33b06d74765a17edf60f430018901f0cda73" => :mountain_lion + sha1 "81f1e5e954bb495e27d69303ee4096844abc18bc" => :lion end option "without-x264", "Disable H.264 encoder"