LZO 2.05
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
5bce4aca27
commit
8220aa99ed
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Lzo < Formula
|
||||
url 'http://www.oberhumer.com/opensource/lzo/download/lzo-2.04.tar.gz'
|
||||
homepage 'http://www.oberhumer.com/opensource/lzo/'
|
||||
md5 'a383c7055a310e2a71b9ecd19cfea238'
|
||||
url 'http://www.oberhumer.com/opensource/lzo/download/lzo-2.05.tar.gz'
|
||||
sha256 '449f98186d76ba252cd17ff1241ca2a96b7f62e0d3e4766f88730dab0ea5f333'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue