ruby-build 20150319zf
Closes Homebrew/homebrew#37899. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
4d5f07cdb3
commit
d32867f214
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@ require "formula"
|
|||
class RubyBuild < Formula
|
||||
head "https://github.com/sstephenson/ruby-build.git"
|
||||
homepage "https://github.com/sstephenson/ruby-build"
|
||||
url "https://github.com/sstephenson/ruby-build/archive/v20150303.tar.gz"
|
||||
sha1 "c15c1f6613d6c518544ed0d90a0cf33eefc7d73f"
|
||||
sha1 "31c2e082b3fc82e90f86ff787184ecf0f9ace659"
|
||||
url "https://github.com/sstephenson/ruby-build/archive/v20150319zf.tar.gz"
|
||||
version "20150319zf"
|
||||
|
||||
depends_on "autoconf" => [:recommended, :run]
|
||||
depends_on "pkg-config" => [:recommended, :run]
|
||||
|
|
Loading…
Reference in a new issue