aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-10-19 18:49:33 +0100
committerBrewTestBot2014-10-19 18:49:33 +0100
commit790852da181f593aa38f55b4185e02deff083d18 (patch)
tree842ead4050626d409eb348c2daa27fd6441acc76
parent26d5775494b3535820c48442c23af44f72974880 (diff)
downloadhomebrew-790852da181f593aa38f55b4185e02deff083d18.tar.bz2
ffmpeg: update 2.4.2 bottle.
-rw-r--r--Library/Formula/ffmpeg.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index d2c5e8f24..dde0a6698 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -8,9 +8,10 @@ class Ffmpeg < Formula
head "git://git.videolan.org/ffmpeg.git"
bottle do
- sha1 "b476891765fc940292fa78c4da061895751e729c" => :mavericks
- sha1 "544f1cde3092c93fc48cde7819734d569e4e2b50" => :mountain_lion
- sha1 "7d90c8cfe90b524706f78a936f74824b6036f824" => :lion
+ revision 1
+ sha1 "3ec4fe17082336a1d8bde43aa52af094760dedbb" => :yosemite
+ sha1 "e6de1a13aa53860fbf3e2b812d5c17df35306b5b" => :mavericks
+ sha1 "0bdfcdecc609fb9a1ae4fab42123f6cf0e477c1b" => :mountain_lion
end
option "without-x264", "Disable H.264 encoder"