mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
286 B
Ruby
10 lines
286 B
Ruby
class Node < Cask
|
|
version '0.10.29'
|
|
sha256 'fda80c7b09d55079b6d8082310a491695e7d76fce22595c229a20152936bfab0'
|
|
|
|
url "http://nodejs.org/dist/v#{version}/node-v#{version}.pkg"
|
|
homepage 'http://nodejs.org'
|
|
|
|
install "node-v#{version}.pkg"
|
|
uninstall :pkgutil => 'org.nodejs'
|
|
end
|