aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorErik Michaels-Ober2015-01-30 11:36:22 -0800
committerJack Nagel2015-01-31 16:49:19 -0500
commitad5879b58ec577d2a6736c12f3193fda4e508ddc (patch)
tree2de1bf9b861b25ccf0af9a4941c1b0309dfcdae1 /Library
parent7e42fe5f20d4455f18d15c8622c993949d50cafa (diff)
downloadhomebrew-ad5879b58ec577d2a6736c12f3193fda4e508ddc.tar.bz2
ruby-build 20150130
Closes #36394. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ruby-build.rb4
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]