aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elixir.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/elixir.rb')
-rw-r--r--Library/Formula/elixir.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb
index d38e8d368..556451b10 100644
--- a/Library/Formula/elixir.rb
+++ b/Library/Formula/elixir.rb
@@ -32,8 +32,9 @@ class Elixir < Formula
head 'https://github.com/elixir-lang/elixir.git'
bottle do
- sha1 "86169cc70a21c0f3b58cd004a8bc9cf3cd557c80" => :mavericks
- sha1 "fdece1b34a51041649d184d14bfc6dfb72f912f9" => :mountain_lion
+ sha1 "4d57aa814ca74ec54e805eabcf3740c2c788fe8e" => :yosemite
+ sha1 "35e8c71a39c1f83ac7c53de5ef365d142775a47d" => :mavericks
+ sha1 "002e9ee58f9163a7bb5fefdaad99c905261ff6cd" => :mountain_lion
end
depends_on ErlangInstalled