Skip to content

Commit

Permalink
Update Node.JS to latest stable v0.10.35
Browse files Browse the repository at this point in the history
  • Loading branch information
FdezRomero committed Jan 2, 2015
1 parent 58edff7 commit 27f2045
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 27f2045

Please sign in to comment.