diff options
| author | BrewTestBot | 2014-06-03 06:53:00 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-03 08:30:31 +0100 |
| commit | 86c10a427995c307d5fa81ce93ffaa6688fccb83 (patch) | |
| tree | 38dd843c44e23dc91a5304545629c1176b69aaa8 /Library/Formula/ffmpeg.rb | |
| parent | 23ccc48b1ac2a3ef191a443b7c6370c306efe4a6 (diff) | |
| download | homebrew-86c10a427995c307d5fa81ce93ffaa6688fccb83.tar.bz2 | |
ffmpeg: update 2.2.3 bottle.
Closes #29802.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 7c4a01efc..6268d8fe0 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 "3d92cc6e39cb4a931ba0ef6086a3facccc2a4fb6" => :mavericks - sha1 "abdf840749997229d507bb21096b4950430b2664" => :mountain_lion - sha1 "65b6fee763e85df649addbe2232e0dec810c7365" => :lion + sha1 "4bebf5c716d3d551326bf38ef7739d9705f9ce25" => :mavericks + sha1 "32ba84e1149f3ef436bfdccc59881e2b849d186c" => :mountain_lion + sha1 "5727bb3501fb3aef4aafbd056444f1fdbdc9119d" => :lion end option "without-x264", "Disable H.264 encoder" |
