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 <flangy@gmail.com>
This commit is contained in:
parent
99c8b02536
commit
b7a1658c69
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue