Skip to content

Commit

Permalink
Merge pull request #45 from wtw/patch-1
Browse files Browse the repository at this point in the history
Updated default node version from 0.10.2 to 0.10.6 (fixes build error on Ubuntu 12.10)
  • Loading branch information
mdxp committed May 21, 2013
2 parents 3786b70 + 3e31eb2 commit 2511ae2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions attributes/default.rb
Expand Up @@ -18,10 +18,10 @@
#

default['nodejs']['install_method'] = 'source'
default['nodejs']['version'] = '0.10.2'
default['nodejs']['checksum'] = '4eb642897fdb945b49720f2604afc493587aec7a9ff1537e882df659e4dd8aa2'
default['nodejs']['checksum_linux_x64'] = '44ff658b1c3ae027b75310e0173b7d069ae70f6adaed23d22f2e087f5048c428'
default['nodejs']['checksum_linux_x86'] = '9970b12b1dda8cbb6272d90b073da90336bce8667b2d57936106bd50c4a035dd'
default['nodejs']['version'] = '0.10.6'
default['nodejs']['checksum'] = '7e2079394efe82f62798178f617888c9d6a39150c76122c432ae9ea73ce28e79'
default['nodejs']['checksum_linux_x64'] = 'cc7ccfce24ae0ebb0c50661ef8d98b5db07fc1cd4a222c5d1ae232260d5834ca'
default['nodejs']['checksum_linux_x86'] = 'e8c75ffa508bb86b6858855d33139d63013c55b398f2258b020a84d8071b13f3'
default['nodejs']['dir'] = '/usr/local'
default['nodejs']['npm'] = '1.2.14'
default['nodejs']['src_url'] = "http://nodejs.org/dist"
Expand Down

0 comments on commit 2511ae2

Please sign in to comment.