aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-02-27 13:56:53 -0600
committerJack Nagel2012-02-27 13:56:53 -0600
commit7ad78046f22232114f7e3975de5ffe1590ae9885 (patch)
treeaac63caf76eed38a23ae43245565e456e04e5bad /Library
parentebf1682c3e63d0187fe090cbc3652fc5cceec9da (diff)
downloadhomebrew-7ad78046f22232114f7e3975de5ffe1590ae9885.tar.bz2
autogen 5.15
Fixes #9651. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/autogen.rb9
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/autogen.rb b/Library/Formula/autogen.rb
index aa79ffe38..90cb2e9c1 100644
--- a/Library/Formula/autogen.rb
+++ b/Library/Formula/autogen.rb
@@ -2,14 +2,15 @@ require 'formula'
class Autogen < Formula
homepage 'http://autogen.sourceforge.net'
- url 'http://ftpmirror.gnu.org/autogen/rel5.14/autogen-5.14.tar.gz'
- mirror 'http://ftp.gnu.org/gnu/autogen/rel5.14/autogen-5.14.tar.gz'
- md5 '149a34b34cb071153317bb43d4984ec7'
+ url 'http://ftpmirror.gnu.org/autogen/rel5.15/autogen-5.15.tar.gz'
+ mirror 'http://ftp.gnu.org/gnu/autogen/rel5.15/autogen-5.15.tar.gz'
+ md5 '2e77ddd723433bef4adc644c93553c3d'
depends_on 'guile'
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-debug",
+ "--disable-dependency-tracking",
"--prefix=#{prefix}"
# make and install must be separate steps for this formula