aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-07-12 15:41:07 +0100
committerBrett Koonce2014-07-12 08:14:08 -0700
commit668e5f82e1575b1ca999b25c3715f9bedc66ffcc (patch)
tree9fdeac7951244acfb2a8b286cc4ae500db6b3fb2 /Library
parent9fafb14fc9cc991f668d290dfcc33c078d6ea91f (diff)
downloadhomebrew-668e5f82e1575b1ca999b25c3715f9bedc66ffcc.tar.bz2
elixir: update 0.14.3 bottle.
Closes #30831. Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/elixir.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb
index 8e21d482f..0148946d3 100644
--- a/Library/Formula/elixir.rb
+++ b/Library/Formula/elixir.rb
@@ -32,9 +32,9 @@ class Elixir < Formula
head 'https://github.com/elixir-lang/elixir.git'
bottle do
- sha1 "3335c07c7e2bcae97ab7abada7198e17f59b9518" => :mavericks
- sha1 "458d66376eb346df44908271ca4098691ec6c61a" => :mountain_lion
- sha1 "d22e5c07b894cc6e5e5897cc12a281e1bd323bae" => :lion
+ sha1 "1baf4d31a9347298ad5514da1a9e57415a93854d" => :mavericks
+ sha1 "412c9e90d9baf92a025983aeb9a3ef728765352e" => :mountain_lion
+ sha1 "6cd04222dcfdaf63e9750d4e400879224369956e" => :lion
end
depends_on ErlangInstalled