libvpx: add 1.3.0 bottle.

master
BrewTestBot 2014-07-03 22:27:44 +01:00 committed by Mike McQuaid
parent 083b7e3343
commit 54e1f5c681
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ class Libvpx < Formula
url 'https://webm.googlecode.com/files/libvpx-v1.3.0.tar.bz2'
sha1 '191b95817aede8c136cc3f3745fb1b8c50e6d5dc'
bottle do
sha1 "6c46b6378c782d9cdd345d29caaa536d5bb1b03e" => :mavericks
sha1 "acdcd36694484ce9c0e6b50a318f9d167ba5e98d" => :mountain_lion
sha1 "247ef9ee24596e890ed96456070f8f0ec8459cf1" => :lion
end
depends_on 'yasm' => :build
option 'gcov', 'Enable code coverage'