nvm 0.33.10
Closes #27087. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
18fd6c8576
commit
b29720e31d
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Nvm < Formula
|
class Nvm < Formula
|
||||||
desc "Manage multiple Node.js versions"
|
desc "Manage multiple Node.js versions"
|
||||||
homepage "https://github.com/creationix/nvm"
|
homepage "https://github.com/creationix/nvm"
|
||||||
url "https://github.com/creationix/nvm/archive/v0.33.9.tar.gz"
|
url "https://github.com/creationix/nvm/archive/v0.33.10.tar.gz"
|
||||||
sha256 "0e1a90f4c698fff86ff8489feeea86dc4069c9350397ed6cb921dcc26f1f8a39"
|
sha256 "3e27a9890d4d6defb5eb748ca3e90644513c9dee0653b69438a8fc9163757a0b"
|
||||||
head "https://github.com/creationix/nvm.git"
|
head "https://github.com/creationix/nvm.git"
|
||||||
|
|
||||||
bottle :unneeded
|
bottle :unneeded
|
||||||
|
|
Loading…
Reference in a new issue