aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-08-14 07:29:09 +0100
committerMike McQuaid2014-08-14 10:36:24 +0100
commit6f47cee4b7e7af8b7129356a5fde82e44e375d3b (patch)
treee9724f8db32fcf3857a6c9556646f7fd68f90b1a /Library/Formula/ffmpeg.rb
parent72bfa2cf0071d714794862f5f5fc4a60155cf548 (diff)
downloadhomebrew-6f47cee4b7e7af8b7129356a5fde82e44e375d3b.tar.bz2
ffmpeg: update 2.3.2 bottle.
Closes #31587. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
-rw-r--r--Library/Formula/ffmpeg.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index 5dfd72928..a61cc2bc1 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -8,9 +8,9 @@ class Ffmpeg < Formula
head "git://git.videolan.org/ffmpeg.git"
bottle do
- sha1 "678d0c8aa724480b4dae58b8cb5799058ec45d4f" => :mavericks
- sha1 "756846829c78b19e4fbe2f2f1195075c89e5019e" => :mountain_lion
- sha1 "f6860caa82840e9d9a710458b9f7cdb27bc15a45" => :lion
+ sha1 "abcbf0f0a6a2d1663639b4049c80eec1e0b1c729" => :mavericks
+ sha1 "fe4c529d091d0ab2954e8297ee51c336fa62dc41" => :mountain_lion
+ sha1 "d69a33452d767fe691bdab8dee538e4ed065c83c" => :lion
end
option "without-x264", "Disable H.264 encoder"