diff options
| -rw-r--r-- | Library/Formula/ruby-build.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/ruby-build.rb b/Library/Formula/ruby-build.rb index 1a18bbd16..59c6c37b8 100644 --- a/Library/Formula/ruby-build.rb +++ b/Library/Formula/ruby-build.rb @@ -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/v20150116.tar.gz" -  sha1 "05155c606b260402e4c5baa9626f92e13d540f90" +  url "https://github.com/sstephenson/ruby-build/archive/v20150130.tar.gz" +  sha1 "bf45df80e07d611425980df0511668eee9bccf3c"    depends_on "autoconf" => [:recommended, :run]    depends_on "pkg-config" => [:recommended, :run] | 
