From 4d51f669ef65bbc93c766b05ca77435df20fd92d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Sat, 5 Apr 2014 22:13:07 +0200 Subject: [PATCH] ruby-build 20140405 Closes Homebrew/homebrew#28185. Signed-off-by: Adam Vandenberg --- Formula/ruby-build.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/ruby-build.rb b/Formula/ruby-build.rb index f86f2283f9..43d375588a 100644 --- a/Formula/ruby-build.rb +++ b/Formula/ruby-build.rb @@ -2,8 +2,8 @@ require 'formula' class RubyBuild < Formula homepage 'https://github.com/sstephenson/ruby-build' - url 'https://github.com/sstephenson/ruby-build/archive/v20140225.tar.gz' - sha1 '53f733e5fe08becc1dbb9ac2bc0d23318f778373' + url 'https://github.com/sstephenson/ruby-build/archive/v20140405.tar.gz' + sha1 '6d29b402b7c3d4d4a8f3d8edcebcfa767cd78597' head 'https://github.com/sstephenson/ruby-build.git'