diff options
| author | BrewTestBot | 2014-08-21 09:13:25 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-21 14:41:34 +0100 |
| commit | c236c4ee31220741401faaa40cc312bd8bfeea3a (patch) | |
| tree | 17f5a4faad06503d4c333f1a5f45032505f1e4be | |
| parent | e5610a11576add447aa8fc0c77dd099f00a96fc2 (diff) | |
| download | homebrew-c236c4ee31220741401faaa40cc312bd8bfeea3a.tar.bz2 | |
clojurescript: add 2311 bottle.
| -rw-r--r-- | Library/Formula/clojurescript.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/clojurescript.rb b/Library/Formula/clojurescript.rb index c5313d845..0b2b3cb5c 100644 --- a/Library/Formula/clojurescript.rb +++ b/Library/Formula/clojurescript.rb @@ -6,6 +6,13 @@ class Clojurescript < Formula url "https://github.com/clojure/clojurescript/archive/r2311.tar.gz" sha1 "dfce06b02f8e89ab60cd87d02d7092c30ec1f362" + bottle do + cellar :any + sha1 "4dc103c7f1e1216affa15c1ccc73eca82731df6c" => :mavericks + sha1 "9796fa561d4b13830a7a7384a24599c0a0219bb1" => :mountain_lion + sha1 "58c0a3d966e36819c85593b19c338886d71dd3cc" => :lion + end + def install system "./script/bootstrap" inreplace %w(bin/cljsc script/repl script/repljs script/browser-repl), |
