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. Sep 13, 2014
  2. Aug 29, 2014
  3. Aug 08, 2014
  4. May 13, 2014
  5. Apr 03, 2014
  6. Apr 02, 2014
  7. Sep 14, 2013
  8. Jun 29, 2013
  9. Jun 10, 2013
  10. Jun 08, 2013
  11. Jun 07, 2013
  12. Jun 05, 2013
  13. May 28, 2013
  14. May 25, 2013
  15. Apr 08, 2013
  16. Apr 05, 2013
  17. Mar 29, 2013
  18. Mar 19, 2013
    • Jack Nagel's avatar
      Simplify SoftwareSpec checksum methods · c8168d8a
      Jack Nagel authored
      Reader methods for specific checksum types have been absent from the
      Formula class for some time, so there isn't any reason to expose them in
      SoftwareSpec, either.
      
      Thus, these methods now only act as setters, and #checksum should be
      used to access the constructed Checksum object.
      c8168d8a
  19. Mar 12, 2013
    • Jack Nagel's avatar
      79a67fd0
    • Mike McQuaid's avatar
      Relocate bottles using install_name_tool. · 0f9910d3
      Mike McQuaid authored
      This has two parts:
      
      1. Bottles are temporarily relocated on bottling and tested if that is
      sufficient for them to contain no longer reference the prefix or
      cellar. If so, they are marked as relocatable.
      2. On installation if bottles are marked as relocatable they will be
      relocated using install_name_tool to the current prefix and cellar.
      
      Closes Homebrew/homebrew#18374.
      0f9910d3
  20. Mar 10, 2013
  21. Mar 02, 2013
  22. Feb 12, 2013
  23. Jan 30, 2013
  24. Jan 27, 2013
  25. Oct 16, 2012
  26. Aug 24, 2012
  27. Aug 21, 2012
    • Jack Nagel's avatar
      Simplify build options API · 3f9e88ae
      Jack Nagel authored
      Simplify access to the different forms of a formula's build options by
      making options into real objects rather than strings, and expose both
      the 'name' and 'flag' form.
      3f9e88ae
Loading