aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libewf.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/libewf.rb b/Library/Formula/libewf.rb
index ad819eb9a..e76d4fdad 100644
--- a/Library/Formula/libewf.rb
+++ b/Library/Formula/libewf.rb
@@ -1,9 +1,9 @@
require 'formula'
class Libewf < Formula
- homepage 'http://sourceforge.net/projects/libewf/'
- url 'http://downloads.sourceforge.net/project/libewf/libewf2/libewf-20120813/libewf-20120813.tar.gz'
- sha1 'a8226c42dd55022569b8234fba997f8bd40b9303'
+ homepage 'http://code.google.com/p/libewf/'
+ url 'http://libewf.googlecode.com/files/libewf-20121209.tar.gz'
+ sha1 '98870b307a6028788c76e572772965f15a84415a'
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"