From b7a1658c69db5ee43eaff6a5e1e7b6b400c93a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 28 Jan 2013 10:23:25 -0700 Subject: [PATCH] Elixir 0.8.0 Update to latest Elixir and make head depend on the master branch, since now it is stable enough. Closes Homebrew/homebrew#17380. Signed-off-by: Adam Vandenberg --- Formula/elixir.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/elixir.rb b/Formula/elixir.rb index 748781bdc1..02234781f1 100644 --- a/Formula/elixir.rb +++ b/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