From 0bb34d976da2c5418a068f11da1817e0e86aa9f4 Mon Sep 17 00:00:00 2001 From: Ruben Fonseca Date: Sat, 6 Aug 2011 12:08:38 +0100 Subject: [PATCH] libvpx 0.9.7 Signed-off-by: Adam Vandenberg --- Formula/libvpx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/libvpx.rb b/Formula/libvpx.rb index f3f17d011bd..28f054ee3e3 100644 --- a/Formula/libvpx.rb +++ b/Formula/libvpx.rb @@ -1,8 +1,8 @@ require 'formula' class Libvpx < Formula - url 'http://webm.googlecode.com/files/libvpx-v0.9.6.tar.bz2' - sha1 'a3522bd2b73d52381ba767ded1cbf4760e9cc6f8' + url 'http://webm.googlecode.com/files/libvpx-v0.9.7.tar.bz2' + sha1 '639596df7182a93db83f61af8f5bb5b6a13dcf63' homepage 'http://www.webmproject.org/code/' depends_on 'yasm' => :build