From 0d30375a7fe7b995b9c8f4d7364863f37e499bbe Mon Sep 17 00:00:00 2001 From: Mario Uher Date: Mon, 26 Dec 2011 10:46:36 +0100 Subject: [PATCH] rbenv 0.3.0 Closes Homebrew/homebrew#9282. Signed-off-by: Jack Nagel --- Formula/rbenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/rbenv.rb b/Formula/rbenv.rb index 8297f8e513b..597ec725e94 100644 --- a/Formula/rbenv.rb +++ b/Formula/rbenv.rb @@ -1,9 +1,9 @@ require 'formula' class Rbenv < Formula - url 'https://github.com/sstephenson/rbenv/tarball/v0.2.1' + url 'https://github.com/sstephenson/rbenv/tarball/v0.3.0' homepage 'https://github.com/sstephenson/rbenv' - md5 '4b2ca757c7dcc6384a49d8947b97c4ed' + md5 '26e00faff3ba04fdeeeecb0bfbf96351' head 'https://github.com/sstephenson/rbenv.git'