ruby-install 0.4.2
Closes Homebrew/homebrew#28490. Signed-off-by: Brett Koonce <koonce@gmail.com>
This commit is contained in:
parent
6fef115c11
commit
3009ed27a2
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.1.tar.gz'
|
||||
sha1 '8a62fa5e551101d433cf25bd67c06d47d00c3ab8'
|
||||
url 'https://github.com/postmodern/ruby-install/archive/v0.4.2.tar.gz'
|
||||
sha1 'f5cb5be73f29a943b291e16926bb71af440eefb7'
|
||||
|
||||
head 'https://github.com/postmodern/ruby-install.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue