libewf 20120813

Closes Homebrew/homebrew#15251.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Mark A. Matienzo 2012-10-02 16:16:02 -04:00 committed by Adam Vandenberg
parent 555ba7b7de
commit 58b4f33c65
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Libewf < Formula
homepage 'http://sourceforge.net/projects/libewf/'
url 'http://downloads.sourceforge.net/project/libewf/libewf2/libewf-20120504/libewf-20120504.tar.gz'
sha1 'ec1231d2c7c410a2e333eaf75213fe5f6da8d685'
url 'http://downloads.sourceforge.net/project/libewf/libewf2/libewf-20120813/libewf-20120813.tar.gz'
sha1 'a8226c42dd55022569b8234fba997f8bd40b9303'
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"