diff options
| author | BrewTestBot | 2014-06-29 11:06:37 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-29 12:16:35 +0100 |
| commit | a345f1144083d1e6c2a2e918bcc15025fde6b197 (patch) | |
| tree | cc8c136027d88dffc6261e1cbf8cd4b7af2f4e42 /Library/Formula/elixir.rb | |
| parent | 46dd82b671f55747557811950eaeef62b3855259 (diff) | |
| download | homebrew-a345f1144083d1e6c2a2e918bcc15025fde6b197.tar.bz2 | |
elixir: add 0.14.2 bottle.
Closes #30529.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/elixir.rb')
| -rw-r--r-- | Library/Formula/elixir.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb index 3b2b960f7..e6b7dc32f 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -31,6 +31,12 @@ class Elixir < Formula head 'https://github.com/elixir-lang/elixir.git' + bottle do + sha1 "3335c07c7e2bcae97ab7abada7198e17f59b9518" => :mavericks + sha1 "458d66376eb346df44908271ca4098691ec6c61a" => :mountain_lion + sha1 "d22e5c07b894cc6e5e5897cc12a281e1bd323bae" => :lion + end + depends_on ErlangInstalled def install |
