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. Aug 29, 2020
  2. Aug 26, 2020
  3. Aug 12, 2020
  4. Aug 10, 2020
  5. Aug 03, 2020
  6. Jun 28, 2020
  7. Feb 29, 2020
  8. Feb 28, 2020
  9. Apr 20, 2019
  10. Nov 29, 2018
    • Claudia's avatar
      Use Homebrew-controlled domain for Cask dummy URLs · 5be80a78
      Claudia authored
      In a number of Cask specs, the value of the `homepage` stanza is currently set
      to https://example.com. As of 2018-11-28, the TLS certificate served by
      example.com seems to be expired, possibly due to an oversight on ICANN’s side.
      
      While the certificate is certainly going to be renewed soon, it would be
      desirable for Homebrew’s test result to be less dependent on ICANN’s actions.
      This commit changes the homepages of all test Casks to http://brew.sh, whose
      domain and TLS certificate are both controlled by Homebrew.
      Unverified
      5be80a78
  11. Sep 02, 2018
    • Mike McQuaid's avatar
      Improve Homebrew/brew line length. · bcb1ec54
      Mike McQuaid authored
      Use 124 max line length everywhere. Also, reduce tap max line length to
      189 as Homebrew/homebrew-core has that as a maximum now. In future
      Homebrew/homebrew-core will also be reduced to 124 maximum line length.
      Unverified
      bcb1ec54
  12. Aug 12, 2018
  13. Aug 06, 2018
  14. Jun 18, 2018
  15. May 26, 2018
    • Alyssa Ross's avatar
      Fix comparison with Version::NULL on RHS · 472d1a22
      Alyssa Ross authored
      This was accounted for in Version::NULL.<=>, but not in Version#<=>,
      so these could only be compared if Version::NULL was the left hand
      side.
      
      The check had to go above the check that `other` is a version because
      `Version::NULL`'s anonymous class does not inherit from `Version`.
      (The type check feels like it's probably a smell, but out of scope).
      Unverified
      472d1a22
  16. Mar 27, 2018
  17. Mar 25, 2018
  18. Oct 18, 2017
  19. Oct 04, 2017
  20. Sep 22, 2017
  21. Jul 23, 2017
  22. Jun 30, 2017
  23. Jun 27, 2017
  24. Apr 18, 2017
  25. Feb 27, 2017
Loading