Update node to version 4.2.2 LTS

parent aee5de25
require 'package'
class Nodejs < Package
version '4.1.2'
source_url 'https://nodejs.org/dist/v4.1.2/node-v4.1.2.tar.gz'
source_sha1 '3c901d7b34cf9cc161f6c3845a576fbf0c91b4c5'
version '4.2.2'
source_url 'https://nodejs.org/dist/v4.2.2/node-v4.2.2.tar.xz'
source_sha1 '3591ea7a464500b68e01a09c293946f73faf8514'
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