Skip to content

Commit

Permalink
autoconf-archive 2013.02.02
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#17559.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
manphiz authored and adamv committed Feb 3, 2013
1 parent a33ce01 commit 71e2aa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/autoconf-archive.rb
Expand Up @@ -2,9 +2,9 @@

class AutoconfArchive < Formula
homepage 'http://savannah.gnu.org/projects/autoconf-archive/'
url 'http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2012.11.14.tar.bz2'
mirror 'http://ftp.gnu.org/gnu/autoconf-archive/autoconf-archive-2012.11.14.tar.bz2'
sha1 'b2bcc46fb9b5ad3da0a3cb4014ed2e0d2b52acec'
url 'http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2013.02.02.tar.bz2'
mirror 'http://ftp.gnu.org/gnu/autoconf-archive/autoconf-archive-2013.02.02.tar.bz2'
sha1 '73c004801f0059e97b17db45eacd47a5095cc364'

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

0 comments on commit 71e2aa7

Please sign in to comment.