mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
8 lines
275 B
Ruby
8 lines
275 B
Ruby
class Node < Cask
|
|
url 'http://nodejs.org/dist/v0.10.26/node-v0.10.26.pkg'
|
|
homepage 'http://nodejs.org'
|
|
version '0.10.26'
|
|
sha256 '99b718692a77195e3aafab819b42ad7dba7e90e05a9b6f078bc5171c041331f8'
|
|
install 'node-v0.10.26.pkg'
|
|
uninstall :pkgutil => 'org.nodejs'
|
|
end
|