Commit 03c7a9db authored by Ben Fayers's avatar Ben Fayers Committed by GitHub

Update node to latest LTS release (6.9.2 from 6.2.2)

parent bd01bc2b
require 'package'
class Node_stable < Package
version '6.2.2'
source_url 'https://nodejs.org/dist/v6.2.2/node-v6.2.2.tar.xz'
source_sha1 '5014800813fa3682b8053637518b37a119c26e93'
version '6.9.2'
source_url 'https://nodejs.org/dist/v6.9.2/node-v6.9.2.tar.gz'
source_sha1 '6b33b9fac28785b8317dfa5f2402aff2df3e2d5a'
depends_on 'buildessential'
depends_on 'python27'
......
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