diff options
| author | Humza | 2011-08-26 18:41:06 -0300 | 
|---|---|---|
| committer | Charlie Sharpsteen | 2011-08-26 09:58:38 -0700 | 
| commit | ce8e5f7b0f229e8563fb257fafdc56cb84dbe213 (patch) | |
| tree | 496ad79c0f66d5679e255859751e82e665518237 | |
| parent | f78c59fcb3bef92e145ac6c87b2dcdf3be439d70 (diff) | |
| download | homebrew-ce8e5f7b0f229e8563fb257fafdc56cb84dbe213.tar.bz2 | |
binutils: Update to 2.21.1a
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
| -rw-r--r-- | Library/Formula/binutils.rb | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/Library/Formula/binutils.rb b/Library/Formula/binutils.rb index 9c97a96bf..42bc2bf59 100644 --- a/Library/Formula/binutils.rb +++ b/Library/Formula/binutils.rb @@ -1,9 +1,10 @@  require 'formula'  class Binutils < Formula -  url 'http://ftp.gnu.org/gnu/binutils/binutils-2.21.tar.gz' +  url 'http://ftp.gnu.org/gnu/binutils/binutils-2.21.1a.tar.bz2'    homepage 'http://www.gnu.org/software/binutils/binutils.html' -  md5 'f11e10f312a58d82f14bf571dd9ff91c' +  md5 'bde820eac53fa3a8d8696667418557ad' +  version '2.21.1a'    def options      [['--default-names', "Do NOT prepend 'g' to the binary; will override system utils."]] | 
