Skip to content

Commit

Permalink
Update SCons to 2.0.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
brettcannon authored and adamv committed Sep 17, 2010
1 parent c73dd1d commit 59e9bba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/scons.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
require 'formula'

class Scons <Formula
url 'http://downloads.sourceforge.net/scons/scons-2.0.0.final.0.tar.gz'
url 'http://downloads.sourceforge.net/project/scons/scons/2.0.1/scons-2.0.1.tar.gz'
homepage 'http://www.scons.org'
md5 'c2e4c2700cac507caa93d4a3adbbf56f'
version '2.0.0'
md5 'beca648b894cdbf85383fffc79516d18'
version '2.0.1'

def install
man1.install [gzip('scons-time.1'), gzip('scons.1'), gzip('sconsign.1')]
Expand Down

0 comments on commit 59e9bba

Please sign in to comment.