diff options
| author | BrewTestBot | 2014-04-11 22:52:05 +0100 |
|---|---|---|
| committer | Brett Koonce | 2014-04-12 09:08:34 -0500 |
| commit | 4fd2b13cc5a2dc47e42cd7191ba0763df346e7db (patch) | |
| tree | d76d00bfe22153a361285e1d9217ab5e032e0f4f /Library/Formula/ffmpeg.rb | |
| parent | 37086bb49e68f469243c5f11598502cc2df68dc9 (diff) | |
| download | homebrew-4fd2b13cc5a2dc47e42cd7191ba0763df346e7db.tar.bz2 | |
ffmpeg: update 2.2.1 bottle.
Closes #28336.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index c03773043..643ff5b1b 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -7,9 +7,9 @@ class Ffmpeg < Formula head 'git://git.videolan.org/ffmpeg.git' bottle do - sha1 "3600f558473d05ecc35d346c0bc6af4e258d3ebc" => :mavericks - sha1 "440c33b06d74765a17edf60f430018901f0cda73" => :mountain_lion - sha1 "81f1e5e954bb495e27d69303ee4096844abc18bc" => :lion + sha1 "376c79e413a637bb0a87ef7519cac26e318f0955" => :mavericks + sha1 "0ee1337b4a891aafa5bbbff961181d4794bc2e9a" => :mountain_lion + sha1 "0c578a27c857ea352e50d025ccefd9df06660b14" => :lion end option "without-x264", "Disable H.264 encoder" |
