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 .
- Jul 24, 2020
-
-
Maxim Belkin authored
-
- Jul 23, 2020
-
-
Maxim Belkin authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Maxim Belkin authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Maxim Belkin authored
-
Maxim Belkin authored
formula.rb: update 'missing libraries' feature
-
- Jul 22, 2020
-
-
Jonathan Chang authored
update-report: speed up automatic updates
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Maxim Belkin authored
Optimize 'unexpected_broken_dylibs'
-
Jonathan Chang authored
This disables verbose reporting of new formulae versions when automatically updating before e.g. `brew install`.
-
Sean Molenaar authored
notability: fix variable names
-
Mike McQuaid authored
doctor: Run cask doctor checks in brew doctor
-
Dawid Dziurla authored
-
Sean Molenaar authored
audit: error on archived repos
-
Sean Molenaar authored
-
Mike McQuaid authored
include patchelf.rb and its deps in Gemfile.lock
-
Issy Long authored
sorbet: set multiple files to true
-
vidusheeamoli authored
Set the following files to true in sorbet/files.yaml: - ./fetch.rb - ./formula_pin.rb - ./hardware.rb - ./help.rb - ./language/go.rb - ./language/java.rb - ./language/perl.rb - ./messages.rb
-
Issy Long authored
Gemfile: set sorbet version
-
vidusheeamoli authored
-
vidusheeamoli authored
-
vidusheeamoli authored
-
Shaun Jackman authored
Change the default locale to C.UTF-8 on Linux
-
- Jul 21, 2020
-
-
Maxim Belkin authored
-
Maxim Belkin authored
Change ```rb unless libraries.all? { |x| x.is_a?(String) || x.is_a?(Regexp) } ``` to ```rb if libraries.any? { |x| !x.is_a?(String) && !x.is_a?(Regexp) } ``` Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Maxim Belkin authored
1. Raise an exception on macOS. 2. Verify that the missing libraries are specified either as Strings or Regular Expressions. Signed-off-by:
Maxim Belkin <maxim.belkin@gmail.com>
-
Mike McQuaid authored
Make Shell-Completion.md clearer and update it
-
Ishan Goel authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Ishan Goel authored
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
rmnull authored
-
rmnull authored
-
Ishan Goel authored
-
Ishan Goel authored
-
Shaun Jackman authored
Change the default locale from en_US.UTF-8 to C.UTF-8 on Linux. The former locale is not included by default in common Docker images, whereas the latter locale is included by default. The default locale remains en_US.UTF-8 on macOS.
-
- Jul 20, 2020
-
-
Dawid Dziurla authored
cleanup: clean go_mod_cache
-
Dawid Dziurla authored
on_os resources: allow linux-only or mac-only resources
-
Bo Anderson authored
-
Ishan Goel authored
-