webp 0.3.0
Closes Homebrew/homebrew#18927. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
4fafde1de7
commit
490d70a7d7
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Webp < Formula
|
||||
homepage 'http://code.google.com/speed/webp/'
|
||||
url 'http://webp.googlecode.com/files/libwebp-0.2.1.tar.gz'
|
||||
sha1 'fd0042dffd67786f5048f6306466c45174e39562'
|
||||
url 'http://webp.googlecode.com/files/libwebp-0.3.0.tar.gz'
|
||||
sha1 'a20acf2f180d3eae77e24a63371b01fa412fa2f1'
|
||||
|
||||
depends_on :libpng
|
||||
depends_on 'jpeg' => :recommended
|
||||
|
|
Loading…
Reference in a new issue