Skip to content

Commit

Permalink
Merge pull request #11 from rohansingh/master
Browse files Browse the repository at this point in the history
Update to use node v0.6.0 and npm v1.0.105.
  • Loading branch information
mdxp committed Nov 29, 2011
2 parents 3c8811d + d17a537 commit b0d051b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nodejs/attributes/default.rb
Expand Up @@ -17,6 +17,6 @@
# limitations under the License.
#

default.nodejs[:version] = "0.4.8"
default.nodejs[:version] = "0.6.0"
default.nodejs[:dir] = "/usr/local"
default.nodejs[:npm] = "1.0.10"
default.nodejs[:npm] = "1.0.105"
2 changes: 1 addition & 1 deletion nodejs/recipes/default.rb
Expand Up @@ -31,7 +31,7 @@
cwd "/usr/local/src"
user "root"
code <<-EOH
wget http://nodejs.org/dist/node-v#{node[:nodejs][:version]}.tar.gz && \
wget http://nodejs.org/dist/v#{node[:nodejs][:version]}/node-v#{node[:nodejs][:version]}.tar.gz && \
tar zxf node-v#{node[:nodejs][:version]}.tar.gz && \
cd node-v#{node[:nodejs][:version]} && \
./configure --prefix=#{node[:nodejs][:dir]} && \
Expand Down

0 comments on commit b0d051b

Please sign in to comment.