Commit 13a2238f authored by Damian Montero's avatar Damian Montero

fixing issues with version numbers and update the Node LTS version

parent ef3c1604
require 'package'
class Node < Package
version '4.4.5'
source_url 'https://nodejs.org/dist/v4.4.5/node-v4.4.5.tar.xz'
source_sha1 'be0af595facab8be2dd8fa64c051c4c5a7ec0c4a'
version '4.4.7'
source_url 'https://nodejs.org/dist/v4.4.7/node-v4.4.7.tar.xz'
source_sha1 'a39d03d04a79af2220ca94a8735e7acbe180c4e5'
depends_on 'buildessential'
depends_on 'python27'
......
require 'package'
class Node_current < Package
version '6.2.2'
version '6.3.0'
source_url 'https://nodejs.org/dist/v6.3.0/node-v6.3.0.tar.xz'
source_sha1 '5838401ef71cde03a7810635c5824c0a39f9c4a3'
......
require 'package'
class Node_stable < Package
version '6.2.2'
version '6.3.0'
source_url 'https://nodejs.org/dist/v6.3.0/node-v6.3.0.tar.xz'
source_sha1 '5838401ef71cde03a7810635c5824c0a39f9c4a3'
......
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