optipng 0.7.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
2583e0cd15
commit
e96d0ff3e6
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Optipng < Formula
|
||||
url 'http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7/optipng-0.7.tar.gz'
|
||||
url 'http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.1/optipng-0.7.1.tar.gz'
|
||||
homepage 'http://optipng.sourceforge.net/'
|
||||
md5 '9b2f526ce79ea779c7004c7964ee8bcc'
|
||||
md5 'b6181d566998ad489397b985ebfc4a03'
|
||||
|
||||
def install
|
||||
system "./configure", "--with-system-zlib", "--prefix=#{prefix}", "--mandir=#{man}"
|
||||
|
|
Loading…
Reference in a new issue