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 .
- Feb 11, 2021
-
-
Rylan Polster authored
-
Issy Long authored
dev-cmd/update-maintainers: If there are changes, auto-update man pages
-
Mike McQuaid authored
Docs: Migrate casks FAQ
-
- Feb 10, 2021
-
-
Mike McQuaid authored
formula: add bottle_hash method.
-
Michka Popoff authored
linux: use preferred_gcc instead of gcc
-
Mike McQuaid authored
Extract this method from `#to_hash` so it can be used in `brew bundle`.
-
Mike McQuaid authored
system_config: remove describe_java
-
Mike McQuaid authored
build(deps): bump activesupport from 6.1.1 to 6.1.2 in /Library/Homebrew
-
BrewTestBot authored
-
BrewTestBot authored
-
dependabot[bot] authored
Bumps [activesupport](https://github.com/rails/rails) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.1...v6.1.2 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Dawid Dziurla authored
README.md: update maintainers
-
Issy Long authored
- I noticed this in a PR recently, maybe the maintainer didn't think they would have to run `brew man` for this? In that case there's an extra step after the PR is raised, red CI checks on the PR (which is demoralising) and potentially requires a reviewer to point this out. - This runs `brew man` if the `README` file has a diff as part of this command. Then the user has to `git add .` and their PR is (probably) good.
-
Bo Anderson authored
-
Michka Popoff authored
-
Mike McQuaid authored
fix(tap): set clone remote name to origin explicitly
-
- Feb 09, 2021
-
-
Gibson Fahnestock authored
Git now allows setting a different default remote name than `origin` when you do a fresh clone by running: ```shell git config --global clone.defaultRemoteName notorigin ``` This causes `brew tap <tap_name> && brew update` to fail, as it clones with a different remote name in the `tap` and then expects the remote to be `origin` in the `update`. Fix this by explicitly setting the origin remote in the clone command.
-
Sean Molenaar authored
-
Mike McQuaid authored
build(deps): bump bootsnap from 1.7.1 to 1.7.2 in /Library/Homebrew
-
Mike McQuaid authored
sorbet: Update RBI files.
-
miccal authored
-
BrewTestBot authored
-
BrewTestBot authored
-
dependabot[bot] authored
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/Shopify/bootsnap/releases) - [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.7.1...v1.7.2 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
BrewTestBot authored
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
-
Rylan Polster authored
Prepare deprecations for the old bottle syntax
-
Nanda H Krishna authored
`brew update-maintainers`: dev-cmd to update maintainers in README
-
nandahkrishna authored
-
nandahkrishna authored
-
nandahkrishna authored
-
nandahkrishna authored
-
nandahkrishna authored
-
Michka Popoff authored
compilers: prefer gcc 5 on linux
-
- Feb 08, 2021
-
-
Dawid Dziurla authored
on_os block: allow to contain conflicts_with
-
Dawid Dziurla authored
Add workflow scope to github.rb
-
Rylan Polster authored
Add full_token and tap entries to cask json output
-
Marcus Maxwell authored
-
Michka Popoff authored
Some conflicts are os-specific.
-
Michka Popoff authored
Fixes #10170 by preferring gcc@5 on linux This makes sure ENV.cc and ENV.cxx is correctly set: If a formula does not explicitely depend on a brewed gcc, ENV.cc is set to gcc-5 (system gcc-5 or brewed gcc-5) with this change, even if other gcc versions are installed on the system.
-
Carlos Álvaro authored
-