diff options
| author | Mike Goodspeed | 2013-04-03 16:49:59 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-04-03 17:30:01 -0500 |
| commit | f83978b9d64d85b6e5d5153cf6d710b1c3c8524f (patch) | |
| tree | 96082ac07d453dd034e813176e71a07062cdec64 /Library/Formula | |
| parent | 47594d50c73e00b8180420376a181480371a9402 (diff) | |
| download | homebrew-f83978b9d64d85b6e5d5153cf6d710b1c3c8524f.tar.bz2 | |
binutils 2.23.2
Closes #18949.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/binutils.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/binutils.rb b/Library/Formula/binutils.rb index 7d8930271..b4f5a8f5e 100644 --- a/Library/Formula/binutils.rb +++ b/Library/Formula/binutils.rb @@ -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", |
