Commit b2882ade authored by Ed Reel's avatar Ed Reel Committed by GitHub

Update nvm from 0.33.8 to 0.35.3 (#4141)

parent b9090a29
......@@ -3,10 +3,10 @@ require 'package'
class Nvm < Package
description 'Node Version Manager - Simple bash script to manage multiple active node.js versions.'
homepage 'https://github.com/creationix/nvm'
version '0.33.8'
version '0.35.3'
compatibility 'all'
source_url 'https://github.com/creationix/nvm/archive/v0.33.8.tar.gz'
source_sha256 '59429f4bf3da7c2b7bcac06c488054dd774ae6962bdcefe249015d3590704b0b'
source_url 'https://github.com/nvm-sh/nvm/archive/v0.35.3.tar.gz'
source_sha256 'a88c8c1e920ca24c09a2f9f0733afa9d6ccf03fe068e9ffba488416d9710d4fb'
def self.install
system "sed -i 's,\$HOME/.nvm,#{CREW_DEST_PREFIX}/share/nvm,g' install.sh"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment