From bc32b9c8699c67a5313442fea46f6a3a1ca9e1ec Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 26 Mar 2011 13:23:22 -0700 Subject: [PATCH] libvpx 0.9.6 --- Formula/libvpx.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/libvpx.rb b/Formula/libvpx.rb index 6b45c0d751..a184c0b4ee 100644 --- a/Formula/libvpx.rb +++ b/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"