aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-08-10 18:45:58 +0100
committerAdam Vandenberg2014-08-10 14:34:46 -0700
commitcb60ad88a21ba853622efe69e018236274f16e20 (patch)
tree4efdce8f84e1a21c09fdea953b3cf5f4ea3c0556 /Library
parent6b2054678096b91c578493c98ac0fe106c5580a2 (diff)
downloadhomebrew-cb60ad88a21ba853622efe69e018236274f16e20.tar.bz2
elixir: update 0.15.1 bottle.
Closes #31493. Signed-off-by: Adam Vandenberg <flangy@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 e6ae0ce53..d634b396f 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 "d3206b69425e40f02fdbaeb74e64188817cef60c" => :mavericks
- sha1 "6fc717137069b8e2ee1c4c11f5958a71e1930b86" => :mountain_lion
- sha1 "d9cbaae94f3599978b719a2bdb097db97e58403a" => :lion
+ sha1 "959d12f7b8a64275f72a173e69e87607c747bf47" => :mavericks
+ sha1 "a3b61300f6eb31ea210899edf155ff73312853a3" => :mountain_lion
+ sha1 "70bcdbe8743fdc713600313ab9f324cc07a61712" => :lion
end
depends_on ErlangInstalled