diff options
| author | Michael Hanson | 2011-08-16 22:33:26 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-08-17 23:28:12 -0700 |
| commit | 5488a05531e85f6dc33dbbd833e17f2811553bfa (patch) | |
| tree | 903411c606d82e0e9e15174fae6816590489816c /Library/Formula | |
| parent | 05b557b32c5134bd2d89c1c006a1cffc8f208ea9 (diff) | |
| download | homebrew-5488a05531e85f6dc33dbbd833e17f2811553bfa.tar.bz2 | |
rbenv 0.1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rbenv.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rbenv.rb b/Library/Formula/rbenv.rb index c5723c0c5..90844de6c 100644 --- a/Library/Formula/rbenv.rb +++ b/Library/Formula/rbenv.rb @@ -1,9 +1,9 @@ require 'formula' class Rbenv < Formula - url 'https://github.com/sstephenson/rbenv/tarball/v0.1.1' + url 'https://github.com/sstephenson/rbenv/tarball/v0.1.2' homepage 'https://github.com/sstephenson/rbenv' - md5 '3a53a4f7397d124bf2119bf2237028b3' + md5 '4f39199a353e350e3ca50a78de2fb73c' head 'https://github.com/sstephenson/rbenv.git' |
