binutils 2.23.2
Closes Homebrew/homebrew#18949. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
0f49d9c0b6
commit
360eb908bf
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue