Skip to content

Commit

Permalink
nvm 0.5.0
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#28676.

Signed-off-by: Brett Koonce <koonce@gmail.com>
  • Loading branch information
ivanoats authored and brettkoonce committed Apr 24, 2014
1 parent f679469 commit 1ef3f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/nvm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
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'
Expand Down

0 comments on commit 1ef3f1e

Please sign in to comment.