diff options
| author | BrewTestBot | 2014-03-19 00:09:41 +0000 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-18 19:11:46 -0500 | 
| commit | 89e7f78120e8f782102503caaad37b11b13858b0 (patch) | |
| tree | 16b467f0726293a5633833ff0f95924974343480 | |
| parent | 53bd6eace92dc81c03e2c63f2e7f2ccbcac14420 (diff) | |
| download | homebrew-89e7f78120e8f782102503caaad37b11b13858b0.tar.bz2 | |
scons: update 2.3.1 bottle.
Re-add relocatable bottle now that the symlinks are relative.
| -rw-r--r-- | Library/Formula/scons.rb | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/Library/Formula/scons.rb b/Library/Formula/scons.rb index 9ad4c9b3b..ac248c92c 100644 --- a/Library/Formula/scons.rb +++ b/Library/Formula/scons.rb @@ -6,9 +6,11 @@ class Scons < Formula    sha1 '775e715e49fe5fd8e1d29551a296fdc9267509e7'    bottle do -    sha1 "f6a31c7fc99c208819e1fc252e575a18ae610344" => :mavericks -    sha1 "22695889878b8ea52080a993a83f4629456c160c" => :mountain_lion -    sha1 "d908b069967695504f40f0d89323657e64dc7ef7" => :lion +    cellar :any +    revision 3 +    sha1 "e95727216cded8197acd0cf2d77a078ba1a4ed05" => :mavericks +    sha1 "b8ffa3da1b9378944a5b97c2783c1a8593331539" => :mountain_lion +    sha1 "c4d0bd20be297fc6d3eb615abe22b78212a91655" => :lion    end    def install | 
