webp 0.2.0

Closes Homebrew/homebrew#14593.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Matthias Schmidt 2012-08-31 16:38:51 +03:00 committed by Adam Vandenberg
parent d766d82f4b
commit 4a67053bb1
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Webp < Formula
homepage 'http://code.google.com/speed/webp/'
url 'http://webp.googlecode.com/files/libwebp-0.1.99.tar.gz'
sha1 '20c4d471601c44c9dcabe116eca3573a0aab5289'
url 'http://webp.googlecode.com/files/libwebp-0.2.0.tar.gz'
sha1 'ac169a819cb4e7ece8d50d3f9f2608dac87a90e2'
depends_on :x11
depends_on 'jpeg'