Skip to content

Commit

Permalink
bump node and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Jul 21, 2011
1 parent ca64eb3 commit 030525c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/nodejs/formula.rb
@@ -1,12 +1,12 @@
class NodeJS < DebianFormula
url 'http://nodejs.org/dist/node-v0.4.8.tar.gz'
url 'http://nodejs.org/dist/node-v0.4.10.tar.gz'
head 'https://github.com/joyent/node.git'
homepage 'http://nodejs.org/'
md5 '22c9f69370069fe81678592cc8ae48f1'
md5 '2e8b82a9788308727e285d2d4a129c29'

section 'interpreters'
name 'nodejs'
version '0.4.8+github1'
version '0.4.10+github1'
description 'Evented I/O for V8 JavaScript'

build_depends \
Expand Down
4 changes: 2 additions & 2 deletions packages/nodejs/npm.rb
@@ -1,13 +1,13 @@
class NPM < DebianFormula
head 'git://github.com/isaacs/npm.git', :tag => 'v1.0.12'
head 'git://github.com/isaacs/npm.git', :tag => 'v1.0.18'
homepage 'http://npmjs.org'

build_depends 'nodejs'
depends 'nodejs'

name 'npm'
section 'devel'
version '1.0.12+github1'
version '1.0.18+github1'
description 'A package manager for node'

def build
Expand Down

0 comments on commit 030525c

Please sign in to comment.