From 7969a71ac62882436719e1ef63ce02477785e86c Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Tue, 5 Feb 2013 07:57:06 -0600 Subject: [PATCH] libewf 20130128 Signed-off-by: Jack Nagel --- Formula/libewf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/libewf.rb b/Formula/libewf.rb index c39cd4ce44..bd2d706aa1 100644 --- a/Formula/libewf.rb +++ b/Formula/libewf.rb @@ -2,8 +2,8 @@ require 'formula' class Libewf < Formula homepage 'http://code.google.com/p/libewf/' - url 'http://libewf.googlecode.com/files/libewf-20130105.tar.gz' - sha1 '9d8ba42e6a111737093a782829b5f74ab44bece4' + url 'http://libewf.googlecode.com/files/libewf-20130128.tar.gz' + sha1 '90fdd6878b8b3a001d486ca5608bc029ca21556d' def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"