aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJosé Valim2013-01-28 10:23:25 -0700
committerAdam Vandenberg2013-01-28 10:24:57 -0800
commit84bce897e88230a414f5515c406fc1efcbe6af54 (patch)
tree5716060d44b816f9f7f4e75f8b6d7a35842188fc /Library
parent84320899827ad68cfa79f75598f73c94d91098b3 (diff)
downloadhomebrew-84bce897e88230a414f5515c406fc1efcbe6af54.tar.bz2
Elixir 0.8.0
Update to latest Elixir and make head depend on the master branch, since now it is stable enough. Closes #17380. 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 748781bdc..02234781f 100644
--- a/Library/Formula/elixir.rb
+++ b/Library/Formula/elixir.rb
@@ -19,10 +19,10 @@ end
class Elixir < Formula
homepage 'http://elixir-lang.org/'
- url 'https://github.com/elixir-lang/elixir/tarball/v0.7.2'
- sha1 '9f500bfe87c158f2142d226ced43105781a52a46'
+ url 'https://github.com/elixir-lang/elixir/tarball/v0.8.0'
+ sha1 'c548335f5d072ae4da52520d95b5be22941de330'
- head 'https://github.com/elixir-lang/elixir.git', :branch => 'stable'
+ head 'https://github.com/elixir-lang/elixir.git'
depends_on ErlangInstalled