Commit ef3c1604 authored by Damian Montero's avatar Damian Montero

Node updated to 6.3.0 and Sha1 fixed in stable

parent 8c6e67eb
......@@ -2,8 +2,8 @@ require 'package'
class Node_current < Package
version '6.2.2'
source_url 'https://nodejs.org/dist/v6.2.2/node-v6.2.2.tar.xz'
source_sha1 '5014800813fa3682b8053637518b37a119c26e93'
source_url 'https://nodejs.org/dist/v6.3.0/node-v6.3.0.tar.xz'
source_sha1 '5838401ef71cde03a7810635c5824c0a39f9c4a3'
depends_on 'buildessential'
depends_on 'python27'
......
......@@ -2,8 +2,8 @@ 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'
source_url 'https://nodejs.org/dist/v6.3.0/node-v6.3.0.tar.xz'
source_sha1 '5838401ef71cde03a7810635c5824c0a39f9c4a3'
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