nvm 0.17.2

Closes Homebrew/homebrew#32811.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Trevor Powell 2014-09-30 09:49:06 -05:00 committed by Mike McQuaid
parent b1cb7d4c41
commit 5b6ed25346
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.17.0.tar.gz"
sha1 "499592124204b4778153edfd4b154d271d343621"
url "https://github.com/creationix/nvm/archive/v0.17.2.tar.gz"
sha1 "70c7653f248a23fc4db97e1de4496d2ea1d3f236"
def install
prefix.install "nvm.sh"