nvm 0.17.2
Closes Homebrew/homebrew#32811. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>master
parent
b1cb7d4c41
commit
5b6ed25346
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue