Homebrew now at version 0.7

Changes in this version include:
* Aliases are now defined by relative symlinks rather than in the
  formulae themselves. Many commands are faster now that they don't
  have to read every formula to find aliases.

* "url" now supports the same features as "head", including ":using"
  and version specifiers for VCS systems.

* Files and methods marked for deprecation in 0.7 have been removed.

* The Formula DSL now supports "skip_clean :all" and "keg_only 'reason'"
This commit is contained in:
Adam Vandenberg 2010-07-04 10:17:26 -07:00
parent 7c4adde96a
commit 6b32dfe8de

View File

@ -5,7 +5,7 @@ require 'utils'
ARGV.extend(HomebrewArgvExtension)
HOMEBREW_VERSION = 0.6
HOMEBREW_VERSION = 0.7
HOMEBREW_WWW = 'http://mxcl.github.com/homebrew/'
if Process.uid == 0