From eb63fd1d0d5cde4ead06a52bdd665283ef4ee15b Mon Sep 17 00:00:00 2001 From: Marshall Levin Date: Sat, 29 Jun 2013 23:29:24 -0400 Subject: libewf - fix download link Closes #20913. Signed-off-by: Adam Vandenberg --- Library/Formula/libewf.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/libewf.rb b/Library/Formula/libewf.rb index 0a5df6b8d..6559e993b 100644 --- a/Library/Formula/libewf.rb +++ b/Library/Formula/libewf.rb @@ -2,9 +2,11 @@ require 'formula' class Libewf < Formula homepage 'http://code.google.com/p/libewf/' - url 'http://libewf.googlecode.com/files/libewf-20130416.tar.gz' + url 'https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/libewf-20130416.tar.gz' sha1 'b455412299fd15e7a4f1be670d886f99350bdae4' + # env :std + def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" -- cgit v1.2.3