nvm 0.16.1

Closes Homebrew/homebrew#32413.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Trevor Powell 2014-09-18 16:53:16 -05:00 committed by Jack Nagel
parent 55a547dde1
commit a983cd9d08
1 changed files with 2 additions and 2 deletions

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.16.0.tar.gz"
sha1 "0964e91e876a98605d0dbf9145e3e9279dda57a3"
url "https://github.com/creationix/nvm/archive/v0.16.1.tar.gz"
sha1 "3bd8ce291b52886feeaa31e60e6489aeda350ad1"
def install
prefix.install "nvm.sh"