nvm 0.16.0

Closes Homebrew/homebrew#32243.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Trevor Powell 2014-09-11 16:06:06 -05:00 committed by Mike McQuaid
parent 88dcb4246e
commit 4e854c4a84

View file

@ -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"