diff options
| author | Andrew M. White | 2014-07-08 11:56:03 -0400 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-08 11:12:48 -0700 | 
| commit | bff8447abb52abb16b7038520c28a3bc83f19994 (patch) | |
| tree | 3269bfb0a9279d2434b37d723f6d2fe8a5ce92ff | |
| parent | 1aa70687d61bea8bad0309b22b4af0f3348c7bbe (diff) | |
| download | homebrew-bff8447abb52abb16b7038520c28a3bc83f19994.tar.bz2 | |
scons 2.3.2
| -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 ac248c92c..1378037ea 100644 --- a/Library/Formula/scons.rb +++ b/Library/Formula/scons.rb @@ -2,8 +2,8 @@ require 'formula'  class Scons < Formula    homepage 'http://www.scons.org' -  url 'https://downloads.sourceforge.net/scons/scons-2.3.1.tar.gz' -  sha1 '775e715e49fe5fd8e1d29551a296fdc9267509e7' +  url 'https://downloads.sourceforge.net/scons/scons-2.3.2.tar.gz' +  sha1 '2937f20b86d0c5f86cf31e1fa378307ed34fc20a'    bottle do      cellar :any | 
