-
- Downloads
Add `devel` to the DSL, + stable and bottle blocks
This commit adds a `devel` entry to the DSL, allowing formulae to
specify an unstable branch.
`devel` takes a block, which should contain standard `url` and `md5`
fields (and `version`, if necessary). This must come after the standard
DSL fields.
This commit also migrates over all formulae currently using `devel` to
the new syntax, as well as formulae which used `head` for non-VCS urls.
The new syntax is also available for `stable` and `bottle`. `stable` is
an option alongside the old syntax. `bottle` replaces the old syntax.
Note that the @stable ivar in Formula has been renamed to @standard,
and the @bottle ivar has been renamed to @bottle_url.
Closes Homebrew/homebrew#9735.
Signed-off-by:
Misty De Meo <mistydemeo@gmail.com>
Showing
- Library/Homebrew/cmd/audit.rb 7 additions, 1 deletionLibrary/Homebrew/cmd/audit.rb
- Library/Homebrew/cmd/install.rb 1 addition, 1 deletionLibrary/Homebrew/cmd/install.rb
- Library/Homebrew/formula.rb 34 additions, 10 deletionsLibrary/Homebrew/formula.rb
- Library/Homebrew/formula_installer.rb 3 additions, 3 deletionsLibrary/Homebrew/formula_installer.rb
Please register or sign in to comment