Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Mar 01, 2017
  2. Feb 26, 2017
  3. Feb 25, 2017
  4. Feb 24, 2017
    • EricFromCanada's avatar
      Grammar fixes for docs · ca0071ff
      EricFromCanada authored
      Fixes to spelling and punctuation for consistency and readability.
      ca0071ff
    • EricFromCanada's avatar
      Fix broken or inactive URLs · 20bb0aae
      EricFromCanada authored
      Bare URLs are auto-linked on GitHub but not on docs.brew.sh, so I added
      angle brackets around them where appropriate. Also converted
      Markdown-linked URLs for clarity.
      20bb0aae
  5. Feb 12, 2017
  6. Feb 10, 2017
  7. Feb 09, 2017
  8. Feb 06, 2017
  9. Jan 30, 2017
  10. Jan 27, 2017
  11. Jan 17, 2017
    • Mike McQuaid's avatar
      Add `keg_only :versioned_formula`. · dac66c4a
      Mike McQuaid authored
      This is used to indicate a formula is a version of another formula.
      This will be used to provide a consistent interface for older formulae
      versions and replaces the use of `conflicts_with`.
      dac66c4a
  12. Jan 15, 2017
  13. Jan 14, 2017
  14. Jan 12, 2017
  15. Jan 09, 2017
    • Mike McQuaid's avatar
      Deprecate brew (un)linkapps. · f5b63f4a
      Mike McQuaid authored
      Unfortunately `brew linkapps` cannot behave nicely with e.g. Spotlight
      using either aliases or symlinks and Homebrew formulae do not build
      "proper" `.app` bundles that can be relocated. Instead, please consider
      using `brew cask` and migrate formulae using `.app`s to casks.
      f5b63f4a
  16. Jan 07, 2017
  17. Jan 05, 2017
  18. Jan 04, 2017
  19. Jan 03, 2017
    • Mike McQuaid's avatar
      Set theme jekyll-theme-cayman · 824768e2
      Mike McQuaid authored
      824768e2
    • Mike McQuaid's avatar
      General documentation updates. · 91c09c5b
      Mike McQuaid authored
      Mostly related to the newer ways we’re handling versions and the
      incoming deprecation of devel-only, head-only and versions.
      91c09c5b
    • Mike McQuaid's avatar
      bottles: --force-bottle feigns or_later. · 79f9896d
      Mike McQuaid authored
      When reproducing issues with software that hasn’t been bottled yet on
      your version of macOS it can sometimes be helpful to use `or_later`
      bottle functionality i.e. just use the bottle for the latest version of
      macOS available. This maps well to the existing `--force-bottle`
      argument so it will now act as if the latest bottle has a `or_later`
      ending.
      79f9896d
  20. Dec 28, 2016
  21. Dec 20, 2016
    • Tom Schoonjans's avatar
      brew create: add meson support · cc09bb14
      Tom Schoonjans authored
      meson is quickly gaining popularity as build system, in combination with
      ninja. Several Gnome projects for example are currently transitioning
      from autotools to meson, mostly because it allows for Visual Studio
      builds, which is impossible to accomplish with autotools.
      
      In order to facilitate generating meson based Formulas, I added support
      for meson to brew-create.
      cc09bb14
  22. Dec 13, 2016
  23. Dec 10, 2016
  24. Dec 09, 2016
  25. Dec 08, 2016
  26. Dec 07, 2016
    • romellem's avatar
      Bottles are created for Yosemite and higher · 027a88ce
      romellem authored
      After Issue #985 was merged, bottles for Mavericks are no longer
      being built, meaning installations are triggering builds.
      
      Update the FAQ to show that builds will most likely now be
      triggers on Mavericks since their bottles are not being generated.
      027a88ce
Loading