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 .
- May 16, 2018
-
-
Shaun Jackman authored
armv6 is the oldest supported 32-bit ARM architecture armv8-a is the oldest 64-bit ARM architecture. See https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html and https://gcc.gnu.org/onlinedocs/gcc/AArch64-Options.html
-
- May 15, 2018
-
-
commitay authored
-
dependabot[bot] authored
Bumps [rspec-retry](https://github.com/noredink/rspec-retry) from 0.5.7 to 0.6.0. - [Release notes](https://github.com/noredink/rspec-retry/releases) - [Changelog](https://github.com/NoRedInk/rspec-retry/blob/master/changelog.md) - [Commits](https://github.com/noredink/rspec-retry/compare/v0.5.7...v0.6.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- May 14, 2018
-
-
Maxim Belkin authored
-
Maxim Belkin authored
-
- May 13, 2018
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
It doesn't really make any sense for the `dependencies` hash to include all optional, recommended and build dependencies when these are already separately output.
-
Mike McQuaid authored
Let's reorder this to more closely match the ordering in a formula file. This makes `to_hash` (and our JSON output) more useful and easily readable for people used to formula files.
-
- May 12, 2018
-
-
Miha Rekar authored
-
Miha Rekar authored
-
- May 06, 2018
-
-
Gautham Goli authored
-
Shaun Jackman authored
-
Shaun Jackman authored
-
- May 03, 2018
-
-
Mike McQuaid authored
This shadows the Homebrew variable so let's rename it for now so that `--force` works again.
-
Mike McQuaid authored
Now with a working DBM on Linux.
-
dependabot[bot] authored
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.21.2 to 2.21.3. - [Release notes](https://github.com/grosser/parallel_tests/releases) - [Commits](https://github.com/grosser/parallel_tests/compare/v2.21.2...v2.21.3 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [simplecov](https://github.com/colszowka/simplecov) from 0.15.1 to 0.16.1. - [Release notes](https://github.com/colszowka/simplecov/releases) - [Changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md) - [Commits](https://github.com/colszowka/simplecov/compare/v0.15.1...v0.16.1 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [rspec-retry](https://github.com/noredink/rspec-retry) from 0.5.6 to 0.5.7. - [Release notes](https://github.com/noredink/rspec-retry/releases) - [Changelog](https://github.com/NoRedInk/rspec-retry/blob/master/changelog.md) - [Commits](https://github.com/noredink/rspec-retry/compare/v0.5.6...v0.5.7 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- May 02, 2018
-
-
Mike McQuaid authored
Can't do `@args[hash_type]` if `hash_type` is `nil`.
-
- Apr 30, 2018
-
-
FX Coudert authored
-
Gautham Goli authored
-
Mike McQuaid authored
Install the latest Ruby from: https://github.com/Homebrew/homebrew-portable-ruby/pull/55 This updates ncurses and openssl as well as more closely matching the Apple's ruby build options. Notably, this includes the DBM support needed for #3720.
-
tjt263 authored
Minor edit.
-
- Apr 29, 2018
-
-
commitay authored
-
commitay authored
-
commitay authored
-
Mike McQuaid authored
Fix upgrades of formulae with the same name in multiple taps. As reported in: https://github.com/Homebrew/brew/pull/3789#issuecomment-384890624
-
- Apr 28, 2018
-
-
Mike McQuaid authored
The fixes the issue mentioned in: https://github.com/Homebrew/brew/pull/4066#issuecomment-381308153 where `brew missing` was not reading from a tab of an outdated formula. The `installed_prefix.directory?` check is unnecessary as the following `opt_or_installed_prefix_keg` call is already checking that when it is necessary. In this case it's not necessary anyway as `opt_prefix` is preferred and makes more sense on outdated formulae.
-
- Apr 27, 2018
-
-
commitay authored
-
- Apr 25, 2018
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Particularly in the cask case we can do a better job of communicating how the new formula can be installed. Fixes #4089.
-
commitay authored
-
commitay authored
-
commitay authored
-
Eli Young authored
-
- Apr 24, 2018
-
-
commitay authored
-
Mike McQuaid authored
Ensure that a non-zero exit code is set both for missing random dylibs and random missing dependencies. Additionally, while we are here, drastically trim down the public interface for this class to the bare minimum and allow getting the output from `display_test_output` as a variable. Fixes issue mentioned by @ilovezfs in: https://github.com/Homebrew/brew/pull/3940#issuecomment-383794520
-