ruby-build 20150116

Closes Homebrew/homebrew#35944.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Erik Michaels-Ober 2015-01-16 15:29:18 +01:00 committed by Jack Nagel
parent 4a335d8aa0
commit 6e31e50116

View file

@ -3,8 +3,8 @@ 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/v20150112.tar.gz"
sha1 "3db8987053e1d5732555692f6845e3a9c6c06509"
url "https://github.com/sstephenson/ruby-build/archive/v20150116.tar.gz"
sha1 "05155c606b260402e4c5baa9626f92e13d540f90"
depends_on "autoconf" => [:recommended, :run]
depends_on "pkg-config" => [:recommended, :run]