Commit 7e861497 authored by Andreas Gerlach's avatar Andreas Gerlach

added nodejs binary package

parent 3c3d5553
require 'package'
class Nodejs < Package
version '0.10.29'
binary_url ({
i686: 'http://www.appelgriebsch.org/packages/chromeos/nodejs-0.10.29-chromeos-x86.tar.gz',
x86_64: 'http://www.appelgriebsch.org/packages/chromeos/nodejs-0.10.29-chromeos-x86_64.tar.gz'
})
binary_sha1 ({
i686: 'f2bda846a1928d4218f180878609df3c8c028875',
x86_64: '07dad5eca9263069234c12ba2047e4905bbac442'
})
end
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