elixir-build v20141001
Closes Homebrew/homebrew#32835. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
ba46072f82
commit
78c8a030b4
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "formula"
|
|||
class ElixirBuild < Formula
|
||||
homepage "https://github.com/mururu/elixir-build"
|
||||
head "https://github.com/mururu/elixir-build.git"
|
||||
url "https://github.com/mururu/elixir-build/archive/v20140421.tar.gz"
|
||||
sha1 "844b8e3e05c5606d272e2dca0f92dfac56bb58d5"
|
||||
url "https://github.com/mururu/elixir-build/archive/v20141001.tar.gz"
|
||||
sha1 "12412f1c75924fe1ef3f5bca222616a7db614146"
|
||||
|
||||
def install
|
||||
ENV["PREFIX"] = prefix
|
||||
|
|
Loading…
Reference in a new issue