1724 Commits

Author SHA1 Message Date
Bo Anderson
89d31a3504
Merge pull request #12263 from Bo98/monterey
Mark macOS Monterey as supported
2021-10-21 22:13:53 +01:00
BrewTestBot
8a152f9d24
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-10-21 11:08:38 +00:00
Mike McQuaid
e1120549e5
Cleanup more linuxbrew-core code
- Add the same macOS `--build-from-source` default prefix behaviour
  now we have ~4000 linuxbrew-core bottles.
- Merge remaining useful linuxbrew-core-Maintainer-Guide into
  Homebrew-homebrew-core-Maintainer-Guide
- Don't special-case linuxbrew-core any more in docs
2021-10-21 09:00:22 +01:00
BrewTestBot
54c3fef178
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-10-20 12:08:26 +00:00
Mike McQuaid
0cf4f9d5ac
Merge pull request #12248 from iMichka/migrate2
update: migrate everyone from linuxbrew-core to homebrew-core
2021-10-20 11:25:49 +01:00
Michka Popoff
1cc7ca33c0
update: migrate everyone from linuxbrew-core to homebrew-core
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-10-20 11:01:38 +01:00
BrewTestBot
38308afaab
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-10-20 09:44:39 +00:00
BrewTestBot
0a60b37b50
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-10-20 08:27:58 +00:00
Mike McQuaid
86367158ac
Merge pull request #12257 from boblail/allow-configuring-ssh-config
Add HOMEBREW_SSH_CONFIG_PATH
2021-10-20 09:25:43 +01:00
Mike McQuaid
b77b08cf00
Merge pull request #12121 from EricFromCanada/restore-repology
bump: add `--start-with` option to retrieve a subset of results
2021-10-20 09:02:48 +01:00
Bob Lail
c3e48b004d
Add HOMEBREW_SSH_CONFIG_PATH
This allows specifying the path of an SSH config file that Homebrew should use instead of the default, `~/.ssh/config`, when fetching Git repos over SSH.
2021-10-20 09:01:57 +01:00
Carlo Cabrera
2725300076
Merge pull request #12269 from Homebrew/update-man-completions
Update maintainers, manpage and completions.
2021-10-20 08:25:13 +08:00
EricFromCanada
811d0fa0bd
bump: add option to retrieve a subset of results
Plus a few fixes for output.
2021-10-19 20:14:39 -04:00
BrewTestBot
7b7257483f
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-10-20 00:06:39 +00:00
Carlo Marcelo Arenas Belón
e567d7f595
Update Formula-Cookbook.md gsub! example
The use of a naked expression will trigger errors from `brew audit` so use instead parenthesis around the parameters as per its recommendation and to avoid ambiguous syntax.
2021-10-19 13:20:16 -07:00
BrewTestBot
444b55e0e6
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-10-19 16:14:29 +00:00
Bo Anderson
c8752c91f0
Mark macOS Monterey as supported. 2021-10-19 16:57:39 +01:00
Mike McQuaid
f65d525693
Deprecations/disables for 3.3.0/4.0.0.
Deprecate, disable and remove code for Homebrew 3.3.0 or 4.0.0
(whichever the next release ends up being).
2021-10-19 16:36:42 +01:00
dependabot[bot]
16a7e44df4
build(deps-dev): bump github-pages from 220 to 221 in /docs
Bumps [github-pages](https://github.com/github/pages-gem) from 220 to 221.
- [Release notes](https://github.com/github/pages-gem/releases)
- [Commits](https://github.com/github/pages-gem/compare/v220...v221)

---
updated-dependencies:
- dependency-name: github-pages
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 18:01:37 +00:00
Birger J. Nordølum
3ba4259742
docs: change my kickstarter homepage
I've changed the TLD to `.no`.
2021-10-16 11:35:28 +02:00
BrewTestBot
b70654b4d0
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-10-13 00:06:32 +00:00
Mike McQuaid
cc2c19be98
Merge pull request #12221 from XuehaiPan/brew-retap
tap: allow to change tap remote with `brew tap --custom-remote`
2021-10-12 14:08:21 +01:00
XuehaiPan
79ec661cca man: update manpage and completions 2021-10-12 20:43:18 +08:00
Michka Popoff
e8ee5b05f9
Migrate linuxbrew-core to homebrew-core on update.
- Only for HOMEBREW_DEVELOPER
- Except for HOMEBREW_CORE_MERGE_MAINTAINER
- Except for GitHub Actions CI

Co-authored-by: Rylan Polster <rslpolster@gmail.com>
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-10-11 21:04:58 +02:00
Mike McQuaid
be7512f71f
Update FAQ.md
Note that both brew install and brew upgrade can upgrade seemingly unrelated formulae.
2021-10-09 09:53:56 +01:00
Rylan Polster
47171292a6
Merge pull request #12179 from Homebrew/dependabot/bundler/docs/github-pages-220
build(deps-dev): bump github-pages from 219 to 220 in /docs
2021-10-04 15:42:57 -04:00
BrewTestBot
4da31bde02
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-10-04 19:17:29 +00:00
dependabot[bot]
82248f1856
build(deps-dev): bump github-pages from 219 to 220 in /docs
Bumps [github-pages](https://github.com/github/pages-gem) from 219 to 220.
- [Release notes](https://github.com/github/pages-gem/releases)
- [Commits](https://github.com/github/pages-gem/compare/v219...v220)

---
updated-dependencies:
- dependency-name: github-pages
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 18:01:54 +00:00
Bo Anderson
1952d27ba2
Install and use Homebrew's ca-certificates on macOS <= 10.15.5 2021-10-03 17:52:10 +01:00
BrewTestBot
212b073cfc
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-10-01 12:05:15 +00:00
BrewTestBot
37c85898bc
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-09-30 08:15:06 +00:00
BrewTestBot
4ef8cd4335
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-09-30 00:06:20 +00:00
XuehaiPan
8398be5cde docs/Installation: update commands for untar-anywhere method 2021-09-29 19:59:49 +08:00
dependabot[bot]
e69d62d8f3
build(deps): bump nokogiri from 1.12.4 to 1.12.5 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.4 to 1.12.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.12.4...v1.12.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 20:49:35 +00:00
dependabot[bot]
34ef94332b
build(deps): bump unf_ext from 0.0.7.7 to 0.0.8 in /docs
Bumps [unf_ext](https://github.com/knu/ruby-unf_ext) from 0.0.7.7 to 0.0.8.
- [Release notes](https://github.com/knu/ruby-unf_ext/releases)
- [Changelog](https://github.com/knu/ruby-unf_ext/blob/master/CHANGELOG.md)
- [Commits](https://github.com/knu/ruby-unf_ext/compare/v0.0.7.7...v0.0.8)

---
updated-dependencies:
- dependency-name: unf_ext
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 15:24:49 -04:00
Nanda H Krishna
3fe84898fc
Merge pull request #12094 from Homebrew/dependabot/bundler/docs/unicode-display_width-1.8.0
build(deps): bump unicode-display_width from 1.7.0 to 1.8.0 in /docs
2021-09-20 15:21:59 -04:00
dependabot[bot]
62df0f1785
build(deps): bump faraday from 1.7.2 to 1.8.0 in /docs
Bumps [faraday](https://github.com/lostisland/faraday) from 1.7.2 to 1.8.0.
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lostisland/faraday/compare/v1.7.2...v1.8.0)

---
updated-dependencies:
- dependency-name: faraday
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 18:02:08 +00:00
dependabot[bot]
95d1709bb7
build(deps): bump unicode-display_width from 1.7.0 to 1.8.0 in /docs
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/janlelis/unicode-display_width/releases)
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md)
- [Commits](https://github.com/janlelis/unicode-display_width/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: unicode-display_width
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 18:01:41 +00:00
XuehaiPan
c2d5d84b21 Merge remote-tracking branch 'upstream/master' into fix-inconsistent-shell-style 2021-09-16 01:01:49 +08:00
XuehaiPan
8a363b2fb5 style: trim trailing whitespaces 2021-09-15 15:00:23 +08:00
XuehaiPan
3f96d963f7 style: fix inconsistent code style for shell scripts 2021-09-15 14:59:01 +08:00
XuehaiPan
fc056cec59 docs: update documentation for shell requirement 2021-09-15 02:18:31 +08:00
Mike McQuaid
f14fcc810e
Merge pull request #12049 from Homebrew/dependabot/bundler/docs/faraday-1.7.2
build(deps): bump faraday from 1.7.1 to 1.7.2 in /docs
2021-09-14 13:16:57 +01:00
Nanda H Krishna
784e0ef823
Merge pull request #12046 from Homebrew/dependabot/bundler/docs/parallel-1.21.0
build(deps): bump parallel from 1.20.1 to 1.21.0 in /docs
2021-09-14 08:13:50 -04:00
dependabot[bot]
c7efb122a3
build(deps): bump faraday from 1.7.1 to 1.7.2 in /docs
Bumps [faraday](https://github.com/lostisland/faraday) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lostisland/faraday/compare/v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: faraday
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-14 10:13:29 +00:00
dependabot[bot]
ad07b3b60a
build(deps): bump parallel from 1.20.1 to 1.21.0 in /docs
Bumps [parallel](https://github.com/grosser/parallel) from 1.20.1 to 1.21.0.
- [Release notes](https://github.com/grosser/parallel/releases)
- [Commits](https://github.com/grosser/parallel/compare/v1.20.1...v1.21.0)

---
updated-dependencies:
- dependency-name: parallel
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-14 10:13:03 +00:00
BrewTestBot
b567c87357
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-09-14 10:01:10 +00:00
BrewTestBot
679cbd0493
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-09-10 18:59:42 +00:00
dependabot[bot]
5431dddd70
build(deps): bump ffi from 1.15.3 to 1.15.4 in /docs
Bumps [ffi](https://github.com/ffi/ffi) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/ffi/ffi/releases)
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ffi/ffi/compare/v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: ffi
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 18:02:23 +00:00
FnControlOption
999a3c66f9 docs: use brew --repository shorthand in Cask Cookbook 2021-09-01 05:59:26 -07:00