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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Sep 27, 2019
-
-
Dawid Dziurla authored
-
- Sep 25, 2019
-
-
Mike McQuaid authored
create: add --rust option
-
Dawid Dziurla authored
-
Mike McQuaid authored
create: add --python option
-
Mike McQuaid authored
formula_installer: output better tapped formula message.
-
Dawid Dziurla authored
-
Dawid Dziurla authored
-
Mike McQuaid authored
If we don't have a tab in the receipt then don't print this message and just continue as-is.
-
Dawid Dziurla authored
-
- Sep 24, 2019
-
-
Mike McQuaid authored
create: add --go-mod option
-
Dawid Dziurla authored
-
- Sep 23, 2019
-
-
Mike McQuaid authored
build: bump minitest from 5.11.3 to 5.12.0 in /Library/Homebrew
-
dependabot-preview[bot] authored
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.11.3 to 5.12.0. - [Release notes](https://github.com/seattlerb/minitest/releases) - [Changelog](https://github.com/seattlerb/minitest/blob/master/History.rdoc) - [Commits](https://github.com/seattlerb/minitest/compare/v5.11.3...v5.12.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Markus Reiter authored
build: bump minitest from 5.11.3 to 5.12.0 in /docs
-
dependabot-preview[bot] authored
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.11.3 to 5.12.0. - [Release notes](https://github.com/seattlerb/minitest/releases) - [Changelog](https://github.com/seattlerb/minitest/blob/master/History.rdoc) - [Commits](https://github.com/seattlerb/minitest/compare/v5.11.3...v5.12.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Sep 20, 2019
-
-
Markus Reiter authored
Check blacklisted Casks when auditing.
-
Dawid Dziurla authored
-
Mike McQuaid authored
More Homebrew/linuxbrew-core maintainer guide sections
-
Dawid Dziurla authored
-
Mike McQuaid authored
Revert "formula_installer: don't always install test deps."
-
Mike McQuaid authored
-
- Sep 19, 2019
-
-
Mike McQuaid authored
cleanup: some speedup optimisations.
-
Issy Long authored
-
Mike McQuaid authored
- avoid calling `rm_ds_store` multiple times when unnecessary - use native Ruby method to remove `.DS_Store` files as it saves shelling out to `find` and is a bit quicker.
-
Mike McQuaid authored
formula_installer: don't always install test deps.
-
Mike McQuaid authored
Cask: fixes for caveats output
-
EricFromCanada authored
-
EricFromCanada authored
-
EricFromCanada authored
-
Steven Peters authored
Fixes #6470.
-
- Sep 18, 2019
-
-
Mike McQuaid authored
Maintainer's checklist on accepting formula PR
-
Mike McQuaid authored
utils/curl.rb: accept 1xx HTTP status codes
-
Mike McQuaid authored
-
Mike McQuaid authored
Create '.keepme' files in directories
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Ivan Verevkin authored
-
Markus Reiter authored
build: bump github-pages from 198 to 200 in /docs
-
dependabot-preview[bot] authored
Bumps [github-pages](https://github.com/github/pages-gem) from 198 to 200. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](https://github.com/github/pages-gem/compare/v198...v200 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Sep 17, 2019
-
-
Caleb Xu authored
RFC 2616 states: A client MUST be prepared to accept one or more 1xx status responses prior to a regular response, even if the client does not expect a 100 (Continue) status message. Unexpected 1xx status responses MAY be ignored by a user agent. In the rare cases that we encounter a formula URL with a server that provides a preliminary 1xx status code, it seems that (at least during audit) we are failing on encountering this status code, even though retrieving the file will succeed without issues.
-