Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
ef3c1604
Commit
ef3c1604
authored
Jul 10, 2016
by
Damian Montero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Node updated to 6.3.0 and Sha1 fixed in stable
parent
8c6e67eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
packages/node_current.rb
packages/node_current.rb
+2
-2
packages/node_stable.rb
packages/node_stable.rb
+2
-2
No files found.
packages/node_current.rb
View file @
ef3c1604
...
...
@@ -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
'5
014800813fa3682b8053637518b37a119c26e9
3'
source_url
'https://nodejs.org/dist/v6.
3.0/node-v6.3.0
.tar.xz'
source_sha1
'5
838401ef71cde03a7810635c5824c0a39f9c4a
3'
depends_on
'buildessential'
depends_on
'python27'
...
...
packages/node_stable.rb
View file @
ef3c1604
...
...
@@ -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
'5
014800813FA3682B8053637518B37A119C26E9
3'
source_url
'https://nodejs.org/dist/v6.
3.0/node-v6.3.0
.tar.xz'
source_sha1
'5
838401ef71cde03a7810635c5824c0a39f9c4a
3'
depends_on
'buildessential'
depends_on
'python27'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment