bdw-gc 7.2c

Closes Homebrew/homebrew#13676.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Brett Koonce 2012-07-28 09:34:56 -05:00 committed by Jack Nagel
parent a9c2a8a04f
commit fdbfbe3192
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class BdwGc < Formula
homepage 'http://www.hpl.hp.com/personal/Hans_Boehm/gc/'
url 'http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2.tar.gz'
md5 'd17aecedef3d73e75387fb63558fa4eb'
url 'http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2c.tar.gz'
sha1 '18c5b1aa9289a12fead3ceeda8fdc81f4ed08964'
def options
[['--universal', 'Make a 32/64-bit Intel build.']]