diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/scons.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/scons.rb b/Library/Formula/scons.rb index 5c6282f1c..2e434a8a6 100644 --- a/Library/Formula/scons.rb +++ b/Library/Formula/scons.rb @@ -5,6 +5,12 @@ class Scons < Formula url 'http://downloads.sourceforge.net/scons/scons-2.3.0.tar.gz' sha1 '728edf20047a9f8a537107dbff8d8f803fd2d5e3' + bottle do + sha1 "ba61be5122f1b4d918f50403dc68f27ee0b5e4d9" => :mavericks + sha1 "35b7e5c98b133d28606eb4ca2afe11a5a5550fa2" => :mountain_lion + sha1 "24c58992d86f2a4d618993d002bc266fc0e362e4" => :lion + end + def install bin.mkpath # Script won't create this if it doesn't already exist man1.install gzip('scons-time.1', 'scons.1', 'sconsign.1') |
