diff options
| author | Adam Vandenberg | 2010-07-06 07:27:39 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-07-06 07:27:39 -0700 | 
| commit | 9b9d34ec4da8423dfd86e7a038c74a4d3062cca2 (patch) | |
| tree | 20d6a60d2de5358c8567a578925fffc474abae97 /Library/Formula/scons.rb | |
| parent | f65678468c957e1d14680256f5e4ff47bca95da6 (diff) | |
| download | homebrew-9b9d34ec4da8423dfd86e7a038c74a4d3062cca2.tar.bz2 | |
Add explicit version to scons
Diffstat (limited to 'Library/Formula/scons.rb')
| -rw-r--r-- | Library/Formula/scons.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/scons.rb b/Library/Formula/scons.rb index 248aaf0ce..b976f5bb7 100644 --- a/Library/Formula/scons.rb +++ b/Library/Formula/scons.rb @@ -4,6 +4,7 @@ class Scons <Formula    url 'http://prdownloads.sourceforge.net/scons/scons-2.0.0.final.0.tar.gz'    homepage 'http://www.scons.org'    md5 'c2e4c2700cac507caa93d4a3adbbf56f' +  version '2.0.0'    def install      man1.install gzip('scons-time.1')  | 
