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 .
- Oct 22, 2019
-
-
Mike McQuaid authored
vendor-install: Update aarch64 and add armv6
-
Markus Reiter authored
zip: overwrite existing files
-
Markus Reiter authored
Fix RuboCop namespace.
-
Markus Reiter authored
Add `GitHub::create_check_run` function.
-
Markus Reiter authored
-
Markus Reiter authored
-
- Oct 21, 2019
-
-
Mike McQuaid authored
bottle: don't keep old cellar
-
Dawid Dziurla authored
Co-Authored-By:
Mike McQuaid <mike@mikemcquaid.com>
-
Dawid Dziurla authored
-
Mike McQuaid authored
completions/zsh: add --greedy argument for `brew cask outdated`
-
Mike McQuaid authored
Deal with GMake Makefile conditional assignment operators.
-
fauxpark authored
-
Mike McQuaid authored
[Interesting Taps and Forks] Update unmaintained ffmpeg tap to Current
-
David Griffith authored
Ordinarily variable assignments in Makefiles are done simply with an unconditional assignment: the equals sign. There are variants of this: FOO := $(BAR) Avoid recursively expand variables. FOO ?= bar Assign only if $(FOO) is not already set. FOO += bar Add more to a variable. FOO != bar Execute a shell script and assign result to $(FOO). See also https://www.gnu.org/software/make/manual/html_node/Conditional-Example.html https://www.gnu.org/software/make/manual/html_node/Flavors.html
-
Mike McQuaid authored
brew test: more fixes for ARM
-
Amar Paul authored
-
- Oct 20, 2019
-
-
Shaun Jackman authored
-
- Oct 19, 2019
-
-
Cheng XU authored
On ARMv7, the arch name is armv7l instead of armv7. So update the bottle file name accordingly.
-
Mike McQuaid authored
brew tests: fix for ARM
-
- Oct 18, 2019
-
-
Cheng XU authored
This ensures correct RUBY_PATH is used when running `brew tests` with custom `HOMEBREW_RUBY_PATH` More info: https://github.com/Homebrew/brew/pull/6617#discussion_r336431131
-
Markus Reiter authored
Fix `shellenv` when using `-u`.
-
Mike McQuaid authored
doctor: list any uncommitted modified files in CI
-
Mike McQuaid authored
-
Cheng XU authored
-
Cheng XU authored
Also fix the absolute link used by testball_bottle-0.1.intel_macintosh.bottle.tar.gz
-
Markus Reiter authored
-
- Oct 17, 2019
-
-
EricFromCanada authored
-
Markus Reiter authored
Fix `#match?` on `nil`.
-
Markus Reiter authored
-
Markus Reiter authored
-
- Oct 16, 2019
-
-
Mike McQuaid authored
os/mac/xcode: fallback to clang version for detecting CLT.
-
Mike McQuaid authored
For some reason `pkgutil --pkgs` no longer lists the CLT after the Catalina supplemental update. Fixes https://github.com/Homebrew/brew/issues/6610
-
Mike McQuaid authored
vendor-install: Add ruby bottle for aarch64
-
Mike McQuaid authored
bottle: do not install patchelf if --skip-relocation flag is passed
-
Cheng XU authored
-
Markus Reiter authored
Skip quarantining symlinks.
-
Markus Reiter authored
-
Markus Reiter authored
Fix missing `command` method.
-
- Oct 15, 2019
-
-
Markus Reiter authored
-
Mike McQuaid authored
README: update maintainers.
-