homebrew-cask-versions/Casks/node.rb
Jamie Hoover ⚔ 47b1181f67 Node.js official package
Installs Node.js from the official package as an alternative to the manual building that happens with vanilla homebrew.
2013-10-30 10:33:03 -07:00

8 lines
249 B
Ruby

class Node < Cask
url 'http://nodejs.org/dist/v0.10.21/node-v0.10.21.pkg'
homepage 'http://nodejs.org'
version '0.10.21'
sha1 'de2bd0e858f99098ef24f99f972b8088c1f0405c'
install 'node-v0.10.21.pkg'
uninstall :pkgutil => 'org.nodejs'
end