aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elixir.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-10-22 01:21:04 +0100
committerMike McQuaid2014-10-22 09:04:17 +0100
commit2f85ca02d8db59d61dc24b571b4dc6338fefdf89 (patch)
treec60f1ff8094af80aceefefee1f6839dfe8c848c2 /Library/Formula/elixir.rb
parent0765ef30210f5fa70cba3540e12d9c36c1376273 (diff)
downloadhomebrew-2f85ca02d8db59d61dc24b571b4dc6338fefdf89.tar.bz2
elixir: update 1.0.2 bottle.
Closes #33445.
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