aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorIvan Storck2014-04-24 08:27:56 -0700
committerBrett Koonce2014-04-24 11:32:32 -0500
commit2f69b21f28a8a803c84f2e2f2e2ef530ca889e7d (patch)
treeab958e1a9f648ac4598fa3399dd8785999d283b2 /Library
parentdd3aff73c84279a8ad864570c24e7cda6ea71beb (diff)
downloadhomebrew-2f69b21f28a8a803c84f2e2f2e2ef530ca889e7d.tar.bz2
nvm 0.5.0
Closes #28676. Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nvm.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/nvm.rb b/Library/Formula/nvm.rb
index 3b698fe34..39bafcb75 100644
--- a/Library/Formula/nvm.rb
+++ b/Library/Formula/nvm.rb
@@ -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.4.0.tar.gz'
- sha1 'e96833c0a7d1611a8cf70a0fd47321aec17f6ca4'
+ url 'https://github.com/creationix/nvm/archive/v0.5.0.tar.gz'
+ sha1 'c66c6f1f227ef4de0e48b48f1fb5f0ef18f54a06'
def install
prefix.install 'nvm.sh'