diff options
| author | Adam Vandenberg | 2011-03-26 13:23:22 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-26 13:23:22 -0700 |
| commit | cec051b0542b2f1883420d98bf54a0dcbc39067d (patch) | |
| tree | a86628fcb0b29647af3a2fc2c91256b817df6037 | |
| parent | 729873956e1e0b9ccd15ac7278f71ea69a08eaab (diff) | |
| download | homebrew-cec051b0542b2f1883420d98bf54a0dcbc39067d.tar.bz2 | |
libvpx 0.9.6
| -rw-r--r-- | Library/Formula/libvpx.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/libvpx.rb b/Library/Formula/libvpx.rb index 6b45c0d75..a184c0b4e 100644 --- a/Library/Formula/libvpx.rb +++ b/Library/Formula/libvpx.rb @@ -1,10 +1,12 @@ require 'formula' class Libvpx < Formula - url 'http://webm.googlecode.com/files/libvpx-v0.9.5.tar.bz2' - sha1 '223965ff16737251afb3377c0800d1f8b5f84379' + url 'http://webm.googlecode.com/files/libvpx-v0.9.6.tar.bz2' + sha1 'a3522bd2b73d52381ba767ded1cbf4760e9cc6f8' homepage 'http://www.webmproject.org/code/' + depends_on 'yasm' => :build + def install system "./configure", "--prefix=#{prefix}" system "make install" |
