diff options
| author | Brett Cannon | 2010-07-05 19:09:36 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-07-05 21:03:15 -0700 | 
| commit | 1b3f4a9905c741970716dfb1bc0ec4e2fa13f5b7 (patch) | |
| tree | 8f3ae8ff5396294c16ca8ddaf6f08c692727c947 /Library/Formula/scons.rb | |
| parent | ecbbe86d4c1223a02fcac7ecb882852d33db45fa (diff) | |
| download | homebrew-1b3f4a9905c741970716dfb1bc0ec4e2fa13f5b7.tar.bz2 | |
Update SCons to 2.0.0.final0.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/scons.rb')
| -rw-r--r-- | Library/Formula/scons.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/scons.rb b/Library/Formula/scons.rb index 956197733..248aaf0ce 100644 --- a/Library/Formula/scons.rb +++ b/Library/Formula/scons.rb @@ -1,9 +1,9 @@  require 'formula'  class Scons <Formula -  url 'http://downloads.sourceforge.net/project/scons/scons/1.3.0/scons-1.3.0.tar.gz' +  url 'http://prdownloads.sourceforge.net/scons/scons-2.0.0.final.0.tar.gz'    homepage 'http://www.scons.org' -  md5 'ad6838c867abd2ad5bf371b353d594f7' +  md5 'c2e4c2700cac507caa93d4a3adbbf56f'    def install      man1.install gzip('scons-time.1')  | 
