nodenv 0.3.4
Update nodenv to 0.3.4 Closes Homebrew/homebrew#44176. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
b7a9624a86
commit
1369fed88c
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ class Nodenv < Formula
|
|||
desc "NodeJS version management"
|
||||
homepage "https://github.com/wfarr/nodenv"
|
||||
head "https://github.com/wfarr/nodenv.git"
|
||||
url "https://github.com/wfarr/nodenv/archive/v0.3.3.tar.gz"
|
||||
sha256 "50e18fe85e15b9c2e1a81b39279ab46413280b6c78434a63b1942984ff4d65bf"
|
||||
url "https://github.com/wfarr/nodenv/archive/v0.3.4.tar.gz"
|
||||
sha256 "6d3946960beed4e69596a5f0519ad4ca7606db4e4ab1b85a3bf4add06d64290b"
|
||||
|
||||
def install
|
||||
prefix.install "bin", "libexec"
|
||||
|
|
Loading…
Reference in a new issue