ruby-install 0.5.0
Closes Homebrew/homebrew#33333. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
2757b7df44
commit
965d5291ac
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class RubyInstall < Formula
|
||||
homepage 'https://github.com/postmodern/ruby-install#readme'
|
||||
url 'https://github.com/postmodern/ruby-install/archive/v0.4.3.tar.gz'
|
||||
sha1 'be7dd5ad558102ab812addd3100a91c9812d0317'
|
||||
url 'https://github.com/postmodern/ruby-install/archive/v0.5.0.tar.gz'
|
||||
sha1 'd8061e46fe2ea40f867e219cdd7d28fea24f47ca'
|
||||
|
||||
head 'https://github.com/postmodern/ruby-install.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue