Skip to content

Commit

Permalink
Merge pull request #221 from FdezRomero/patch-3
Browse files Browse the repository at this point in the history
Update Node.JS to latest stable v0.10.35
  • Loading branch information
gmckeever committed Jan 7, 2015
2 parents 58edff7 + 27f2045 commit d4d88ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/autoparts/packages/nodejs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ module Autoparts
module Packages
class Nodejs < Package
name 'nodejs'
version '0.10.33'
version '0.10.35'
description "Node.JS: A platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications"
category Category::PROGRAMMING_LANGUAGES

source_url 'http://nodejs.org/dist/v0.10.33/node-v0.10.33-linux-x64.tar.gz'
source_sha1 '4eba69caf7368d7f388700eb02996f85b06f457a'
source_url 'http://nodejs.org/dist/v0.10.35/node-v0.10.35-linux-x64.tar.gz'
source_sha1 '3a202a749492e48542d2c28220e43ef6dae084bc'
source_filetype 'tar.gz'

def install
Expand Down

0 comments on commit d4d88ed

Please sign in to comment.