chruby 0.3.7
Closes Homebrew/homebrew#21987. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
78bbda3802
commit
e13773ccb0
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Chruby < Formula
|
||||
homepage 'https://github.com/postmodern/chruby#readme'
|
||||
url 'https://github.com/postmodern/chruby/archive/v0.3.6.tar.gz'
|
||||
sha1 'b492b1b5661a53c853f4e6ee8f5b67d4d75d0c39'
|
||||
url 'https://github.com/postmodern/chruby/archive/v0.3.7.tar.gz'
|
||||
sha1 '237903096f874f40749520d267fe35e2e3222bb3'
|
||||
|
||||
head 'https://github.com/postmodern/chruby.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue