rbenv 0.3.0
Closes Homebrew/homebrew#9282. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
985e3ecd7f
commit
0d30375a7f
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue