diff options
| author | BrewTestBot | 2014-06-07 16:03:35 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-07 16:07:37 +0100 |
| commit | 10b712101818677a4f878ecd9274e1f3e3e82653 (patch) | |
| tree | e65ca253a01faedca56afb44350dcbae01d854ab /Library | |
| parent | 48a7b4bfc5ad7d0aa8e6acca64faa74a0ce3c5ac (diff) | |
| download | homebrew-10b712101818677a4f878ecd9274e1f3e3e82653.tar.bz2 | |
x264: update r2412 bottle.
Closes #29957.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/x264.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/x264.rb b/Library/Formula/x264.rb index cb6b0c76c..52c4e8bbb 100644 --- a/Library/Formula/x264.rb +++ b/Library/Formula/x264.rb @@ -15,9 +15,10 @@ class X264 < Formula bottle do cellar :any - sha1 "28d8418f2a774f057106ba67076060a45bfead9a" => :mavericks - sha1 "001bb62c41554f3a6479ffc6dcd6625da17f2ea4" => :mountain_lion - sha1 "326cb8fc003ed0c17f07e2f5a31d2a72f1d399cf" => :lion + revision 1 + sha1 "6372fb019be6bc04374ff0152e8a5b6b84938176" => :mavericks + sha1 "ffcc0096d06f4c129c8b71d4c584cd42af2e8572" => :mountain_lion + sha1 "002522775ea0f47987b633528b22eb6e3ea5d43b" => :lion end depends_on 'yasm' => :build |
