ruby-build 20150319zf

Closes Homebrew/homebrew#37899.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Erik Michaels-Ober 2015-03-19 18:37:56 -07:00 committed by Mike McQuaid
parent 4d5f07cdb3
commit d32867f214

View file

@ -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]