diff options
| author | Tomasz Pajor | 2014-10-03 22:11:40 +0200 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-03 23:15:33 +0100 | 
| commit | 0cd0144984524cb3bb372bae95879cbe0e6a7abc (patch) | |
| tree | 4f994925c1f6eda230a6b014f59f5bde24f52b89 | |
| parent | 48254b32befd8ba6232679f91ced2909be006ddb (diff) | |
| download | homebrew-0cd0144984524cb3bb372bae95879cbe0e6a7abc.tar.bz2 | |
scons 2.3.4
| -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 62d704928..901c701de 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.3.tar.gz" -  sha1 "7bb1c755610613d9dab71bd56267fd1f531a2f97" +  url "https://downloads.sourceforge.net/scons/scons-2.3.4.tar.gz" +  sha1 "8c55f8c15221c1b3536a041d46056ddd7fa2d23a"    bottle do      cellar :any | 
