Node 0.10.23

This commit is contained in:
Michael Ford 2013-12-14 23:28:26 +08:00
parent fd82e97fa1
commit 712a18a70a
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
class Node < Cask
url 'http://nodejs.org/dist/v0.10.22/node-v0.10.22.pkg'
url 'http://nodejs.org/dist/v0.10.23/node-v0.10.23.pkg'
homepage 'http://nodejs.org'
version '0.10.22'
sha1 'b4433b98f87f3f06130adad410e2fb5f959bbf37'
install 'node-v0.10.22.pkg'
version '0.10.23'
sha1 'a7711fbb958350011641c218dae64c0c6f1f80a8'
install 'node-v0.10.23.pkg'
uninstall :pkgutil => 'org.nodejs'
end