nvm 0.16.0
Closes Homebrew/homebrew#32243. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
88dcb4246e
commit
4e854c4a84
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "formula"
|
|||
class Nvm < Formula
|
||||
homepage "https://github.com/creationix/nvm"
|
||||
head "https://github.com/creationix/nvm.git"
|
||||
url "https://github.com/creationix/nvm/archive/v0.15.0.tar.gz"
|
||||
sha1 "87f98661ca3168e3dc7a230ad7e20132e8b760e4"
|
||||
url "https://github.com/creationix/nvm/archive/v0.16.0.tar.gz"
|
||||
sha1 "0964e91e876a98605d0dbf9145e3e9279dda57a3"
|
||||
|
||||
def install
|
||||
prefix.install "nvm.sh"
|
||||
|
|
Loading…
Reference in a new issue