aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMarshall Levin2013-06-29 23:29:24 -0400
committerAdam Vandenberg2013-07-01 11:59:07 -0700
commiteb63fd1d0d5cde4ead06a52bdd665283ef4ee15b (patch)
tree769c6dcac55c38da39bdf6d7d3d8b6f10c1a35d9 /Library/Formula
parent31bf918ecb3517c02975d81417a7aae72498d7f6 (diff)
downloadhomebrew-eb63fd1d0d5cde4ead06a52bdd665283ef4ee15b.tar.bz2
libewf - fix download link
Closes #20913. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libewf.rb4
1 files changed, 3 insertions, 1 deletions
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"