binutils 2.23.2

Closes Homebrew/homebrew#18949.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Mike Goodspeed 2013-04-03 16:49:59 -05:00 committed by Jack Nagel
parent 0f49d9c0b6
commit 360eb908bf
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ require 'formula'
class Binutils < Formula
homepage 'http://www.gnu.org/software/binutils/binutils.html'
url 'http://ftpmirror.gnu.org/binutils/binutils-2.23.1.tar.gz'
mirror 'http://ftp.gnu.org/gnu/binutils/binutils-2.23.1.tar.gz'
sha1 '2ce79f7800c05934e10f17455fc221be5e2527fa'
url 'http://ftpmirror.gnu.org/binutils/binutils-2.23.2.tar.gz'
mirror 'http://ftp.gnu.org/gnu/binutils/binutils-2.23.2.tar.gz'
sha1 'c3fb8bab921678b3e40a14e648c89d24b1d6efec'
def install
system "./configure", "--disable-debug",