aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-05 17:41:08 -0700
committerAdam Vandenberg2013-08-05 17:41:08 -0700
commit5f00368bca44e4a205bff85cefbbab30c58e6b87 (patch)
tree5091d75548ab69d7cd8fcb2839deafe1e4e743c1 /Library/Formula
parent6acc13c632f35907cb2de2b94660d572c1bbb9cf (diff)
downloadhomebrew-5f00368bca44e4a205bff85cefbbab30c58e6b87.tar.bz2
node: add versioning note
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/node.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 541d0085f..5726bda1d 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -29,6 +29,7 @@ class NpmNotInstalled < Requirement
end
end
+# Note that x.even are stable releases, x.odd are devel releases
class Node < Formula
homepage 'http://nodejs.org/'
url 'http://nodejs.org/dist/v0.10.15/node-v0.10.15.tar.gz'