libewf 20140427
Closes Homebrew/homebrew#28884. Signed-off-by: Brett Koonce <koonce@gmail.com>
This commit is contained in:
parent
43e5502234
commit
deff4b138f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Libewf < Formula
|
||||
homepage 'http://code.google.com/p/libewf/'
|
||||
url 'https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/libewf-20140227.tar.gz'
|
||||
sha1 'a8be4c9b3a89c8400a3cae8b2419da583185a7e0'
|
||||
url 'https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/libewf-20140427.tar.gz'
|
||||
sha1 '86af91b3357d0cb78cfbe0c2356ccb3e1c8236e9'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue