aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJosé Valim2012-10-20 21:43:35 +0300
committerAdam Vandenberg2012-10-20 14:18:38 -0700
commit5fc9ce7dbf2657801a66972b752cdafa63c4acac (patch)
tree516c3acd1d3e0e91086a08047924f7e8ed815ca5 /Library
parentba65a52fbead653569a60bd5f5dd719fe81b5a85 (diff)
downloadhomebrew-5fc9ce7dbf2657801a66972b752cdafa63c4acac.tar.bz2
Elixir 0.7.0
Closes #15569. 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 b032d1d21..e12e5f214 100644
--- a/Library/Formula/elixir.rb
+++ b/Library/Formula/elixir.rb
@@ -23,10 +23,10 @@ end
class Elixir < Formula
homepage 'http://elixir-lang.org/'
- url 'https://github.com/elixir-lang/elixir/tarball/v0.6.0'
- sha1 'bfa2403876839a9b3af532c70d198d58ac97bdad'
+ url 'https://github.com/elixir-lang/elixir/tarball/v0.7.0'
+ sha1 '6a562fc4259c6ba06502274e7022e79a927fbf38'
- head 'https://github.com/elixir-lang/elixir.git', :branch => "stable"
+ head 'https://github.com/elixir-lang/elixir.git', :branch => 'stable'
depends_on ErlangInstalled.new