Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
libewf 20121209
Browse files Browse the repository at this point in the history
note: upstream switched from sourceforge to googlecode

Closes #16858.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
brettkoonce authored and klausmeyer committed Jan 10, 2013
1 parent a3451e7 commit b57b291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/libewf.rb
@@ -1,9 +1,9 @@
require 'formula' require 'formula'


class Libewf < Formula class Libewf < Formula
homepage 'http://sourceforge.net/projects/libewf/' homepage 'http://code.google.com/p/libewf/'
url 'http://downloads.sourceforge.net/project/libewf/libewf2/libewf-20120813/libewf-20120813.tar.gz' url 'http://libewf.googlecode.com/files/libewf-20121209.tar.gz'
sha1 'a8226c42dd55022569b8234fba997f8bd40b9303' sha1 '98870b307a6028788c76e572772965f15a84415a'


def install def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
Expand Down

0 comments on commit b57b291

Please sign in to comment.