Skip to content
Snippets Groups Projects
Commit 6b32dfe8 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

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'"
parent 7c4adde9
No related branches found
Tags 0.7
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment