Mike McQuaid
1ca3ed87e2
Merge pull request #12566 from Homebrew/update-man-completions
...
Update maintainers, manpage and completions.
2021-12-15 12:11:07 +00:00
BrewTestBot
f60975f3b6
Update maintainers, manpage and completions.
...
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml ) workflow.
2021-12-15 00:06:34 +00:00
Bo Anderson
7fd5085803
Merge pull request #12564 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9452
...
build(deps-dev): bump sorbet from 0.5.9449 to 0.5.9452 in /Library/Homebrew
2021-12-15 00:04:01 +00:00
BrewTestBot
7f7a29637b
brew vendor-gems: commit updates.
2021-12-14 18:06:48 +00:00
dependabot[bot]
34e2dc5aea
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9449 to 0.5.9452.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-14 18:04:13 +00:00
Sam Ford
bd4124c10f
Livecheck: Avoid duplicate URLs
...
Some formulae/casks contain duplicate checkable URLs or contain
URLs that become duplicates after `#preprocess_url` is used. With
the former, a formula's `stable` and `head` URLs can be the same if
they both use the Git repository. With the latter, a formula's
`homepage` and `stable` URLs are different but `#preprocess_url` can
return the same Git repository URL for each (which can also be
a duplicate of the `head` URL).
The `fabric-completion` formula is a worst case scenario, as it
contains both of these conditions but the repository has no tags.
By default, livecheck would needlessly check the repository three
times (i.e., no versions are found so livecheck tries the next URL,
which happens to be the same URL).
This commit avoids duplicate URLs in `#checkable_urls` and keeps
track of checked URLs in `#latest_version` to avoid a duplicate
caused by `#preprocess_url`. This should effectively resolve the
issue of checking the same URL more than once for a given
formula/cask. Checking the same URL only once across all the
formulae/casks in a given livecheck run will be handled in a later
commit (though I've done most of the groundwork already in previous
PRs).
2021-12-14 10:31:15 -05:00
Bo Anderson
d448121298
Merge pull request #12561 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-1.15.0
...
build(deps): bump rubocop-ast from 1.14.0 to 1.15.0 in /Library/Homebrew
2021-12-14 11:51:34 +00:00
BrewTestBot
15b601d657
Update RBI files for rubocop-ast.
2021-12-14 11:24:53 +00:00
BrewTestBot
ba04114cda
brew vendor-gems: commit updates.
2021-12-14 11:20:20 +00:00
dependabot[bot]
a3b6126992
build(deps): bump rubocop-ast from 1.14.0 to 1.15.0 in /Library/Homebrew
...
Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast ) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/rubocop/rubocop-ast/releases )
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.14.0...v1.15.0 )
---
updated-dependencies:
- dependency-name: rubocop-ast
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-14 11:17:36 +00:00
Mike McQuaid
2eaa34e3e7
Merge pull request #12552 from Bo98/hash-keg_only_reason
...
formula: add keg_only_reason to formula hash
2021-12-14 11:02:12 +00:00
Mike McQuaid
b0c294d2fa
Merge pull request #12560 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9449
...
build(deps-dev): bump sorbet from 0.5.9445 to 0.5.9449 in /Library/Homebrew
2021-12-14 10:54:20 +00:00
BrewTestBot
bfe36ee06f
brew vendor-gems: commit updates.
2021-12-14 00:55:26 +00:00
dependabot[bot]
d1659fb94a
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9445 to 0.5.9449.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-14 00:52:42 +00:00
Bo Anderson
29426f0db6
Merge pull request #12559 from Bo98/audit-no-tap
...
formula_auditor: fix error with formulae without taps
2021-12-14 00:51:49 +00:00
Bo Anderson
0c9a137ed3
Merge pull request #12553 from Bo98/new-self-hosted-var
...
bin/brew: allow GITHUB_ACTIONS_HOMEBREW_SELF_HOSTED
2021-12-14 00:51:25 +00:00
Bo Anderson
8ab9465ad2
formula_auditor: fix error with formulae without taps
2021-12-13 23:05:45 +00:00
Bo Anderson
97b94a78b4
bin/brew: allow GITHUB_ACTIONS_HOMEBREW_SELF_HOSTED
2021-12-13 23:05:32 +00:00
Bo Anderson
146af8404d
Merge pull request #12562 from Bo98/gcore
...
rubocops/uses_from_macos: remove gcore
2021-12-13 23:04:36 +00:00
Bo Anderson
9b100cf1cc
rubocops/uses_from_macos: remove gcore
...
gcore has been removed from homebrew-core.
2021-12-13 22:27:06 +00:00
Michka Popoff
3f0b412951
Merge pull request #12551 from Bo98/linuxbrew-homebrew-core
...
Fix linuxbrew-core migration not applying to Linuxbrew/homebrew-core
3.3.8
2021-12-12 21:17:52 +01:00
Bo Anderson
00b588068f
formula: add keg_only_reason to formula hash
2021-12-11 23:30:06 +00:00
Bo Anderson
6fa70337e3
Fix linuxbrew-core migration not applying to Linuxbrew/homebrew-core
2021-12-11 22:35:42 +00:00
Bo Anderson
3373a82d22
Merge pull request #12545 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9445
...
build(deps-dev): bump sorbet from 0.5.9442 to 0.5.9445 in /Library/Homebrew
2021-12-11 02:56:00 +00:00
BrewTestBot
c54c08dfda
brew vendor-gems: commit updates.
2021-12-11 01:46:06 +00:00
dependabot[bot]
8d11f44ffb
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9442 to 0.5.9445.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-11 01:43:24 +00:00
Bo Anderson
8fde5d50a3
Merge pull request #12544 from Homebrew/dependabot/bundler/Library/Homebrew/spoom-1.1.7
...
build(deps): bump spoom from 1.1.6 to 1.1.7 in /Library/Homebrew
2021-12-11 01:42:23 +00:00
BrewTestBot
dc16cba751
Update RBI files for spoom.
2021-12-10 18:14:50 +00:00
BrewTestBot
416a81e771
brew vendor-gems: commit updates.
2021-12-10 18:10:36 +00:00
dependabot[bot]
8bf346af31
build(deps): bump spoom from 1.1.6 to 1.1.7 in /Library/Homebrew
...
Bumps [spoom](https://github.com/Shopify/spoom ) from 1.1.6 to 1.1.7.
- [Release notes](https://github.com/Shopify/spoom/releases )
- [Commits](https://github.com/Shopify/spoom/compare/v1.1.6...v1.1.7 )
---
updated-dependencies:
- dependency-name: spoom
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-10 18:05:37 +00:00
Rylan Polster
6295b082a9
Merge pull request #12540 from Homebrew/dependabot/bundler/Library/Homebrew/spoom-1.1.6
...
build(deps): bump spoom from 1.1.5 to 1.1.6 in /Library/Homebrew
2021-12-09 19:33:36 -05:00
BrewTestBot
e7c84d9e99
Update RBI files for spoom.
2021-12-09 21:17:09 +00:00
BrewTestBot
2b7f45c44d
brew vendor-gems: commit updates.
2021-12-09 21:12:44 +00:00
dependabot[bot]
bbaaa95a7e
build(deps): bump spoom from 1.1.5 to 1.1.6 in /Library/Homebrew
...
Bumps [spoom](https://github.com/Shopify/spoom ) from 1.1.5 to 1.1.6.
- [Release notes](https://github.com/Shopify/spoom/releases )
- [Commits](https://github.com/Shopify/spoom/compare/v1.1.5...v1.1.6 )
---
updated-dependencies:
- dependency-name: spoom
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-09 21:10:08 +00:00
Rylan Polster
6d0f534810
Merge pull request #12541 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-sorbet-0.6.4
...
build(deps): bump rubocop-sorbet from 0.6.3 to 0.6.4 in /Library/Homebrew
2021-12-09 16:07:41 -05:00
Rylan Polster
c23815037f
Merge pull request #12539 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9442
...
build(deps-dev): bump sorbet from 0.5.9431 to 0.5.9442 in /Library/Homebrew
2021-12-09 16:06:24 -05:00
BrewTestBot
c510d04019
Update RBI files for rubocop-sorbet.
2021-12-09 18:12:50 +00:00
BrewTestBot
711c45ca91
brew vendor-gems: commit updates.
2021-12-09 18:08:24 +00:00
BrewTestBot
fdec9390e2
brew vendor-gems: commit updates.
2021-12-09 18:07:37 +00:00
dependabot[bot]
7481f40ffb
build(deps): bump rubocop-sorbet in /Library/Homebrew
...
Bumps [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet ) from 0.6.3 to 0.6.4.
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases )
- [Commits](https://github.com/shopify/rubocop-sorbet/compare/v0.6.3...v0.6.4 )
---
updated-dependencies:
- dependency-name: rubocop-sorbet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-09 18:05:23 +00:00
dependabot[bot]
9657536632
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9431 to 0.5.9442.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-09 18:04:52 +00:00
Mike McQuaid
4397498c90
Merge pull request #12538 from Homebrew/update-man-completions
...
Update maintainers, manpage and completions.
2021-12-09 17:19:07 +00:00
BrewTestBot
926786d5de
Update maintainers, manpage and completions.
...
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml ) workflow.
2021-12-09 14:47:39 +00:00
Carlo Cabrera
d1ad82af91
Merge pull request #12495 from carlocab/shellenv-check-order
...
shellenv: check that Homebrew's prefix precedes `/usr/bin`
2021-12-09 22:46:03 +08:00
Carlo Cabrera
00137dda8e
Check that ${HOMEBREW_PREFIX}/bin
is first in PATH
2021-12-09 20:50:47 +08:00
Carlo Cabrera
a62e88304b
shellenv: check that Homebrew's prefix precedes /usr/bin
...
Some setups (e.g. a default `tmux` session) will result in a user
starting multiple nested login shells. This is a problem for the way we
currently handle `shellenv` because a login shell invokes
`/usr/libexec/path_helper` which will prepend the contents of
`/etc/paths` and `/etc/paths.d` to `PATH`. In particular, the second
login shell will place `brew` further down the `PATH` than desired in a
non-`/usr/local` prefix, since `brew shellenv` will no longer produce
output the second time around.
Let's fix this by replacing the check that `brew` is in `PATH` with a
check that `${HOMEBREW_PREFIX}/bin` precedes `/usr/bin` in `PATH`.
Fixes #11851 , #11883 , Homebrew/discussions#2547 .
See also:
- Homebrew/discussions#2237
- https://superuser.com/questions/544989/does-tmux-sort-the-path-variable
2021-12-09 20:50:22 +08:00
Nanda H Krishna
5fb34c8ef2
Merge pull request #12536 from Homebrew/dependabot/bundler/Library/Homebrew/parser-3.0.3.2
...
build(deps): bump parser from 3.0.3.1 to 3.0.3.2 in /Library/Homebrew
2021-12-08 21:59:10 -05:00
BrewTestBot
7f113bf60c
Update RBI files for parser.
2021-12-08 18:12:34 +00:00
BrewTestBot
8e52144da5
brew vendor-gems: commit updates.
2021-12-08 18:08:11 +00:00
dependabot[bot]
1ae892ac75
build(deps): bump parser from 3.0.3.1 to 3.0.3.2 in /Library/Homebrew
...
Bumps [parser](https://github.com/whitequark/parser ) from 3.0.3.1 to 3.0.3.2.
- [Release notes](https://github.com/whitequark/parser/releases )
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/whitequark/parser/compare/v3.0.3.1...v3.0.3.2 )
---
updated-dependencies:
- dependency-name: parser
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-08 18:05:32 +00:00