32623 Commits

Author SHA1 Message Date
Sean Molenaar
93ed7646b0
utils: allow developers to differ in ruby minor versions 2022-06-26 16:27:16 +02:00
Bo Anderson
38e1af8576
Merge pull request #13474 from samford/bump-formula-pr-handle-url-wth-specs-hash
bump-formula-pr: handle url with specs hash
2022-06-25 20:27:45 +01:00
Sam Ford
283ff9e3ad
bump-formula-pr: handle url with specs hash
The existing `bump-formula-pr` regexes expect a `url` string to only
be followed by a newline. However, `url` also accepts a `specs` hash,
which can appear after the `url` string. For example:

```
url "https://www.example.com/1.2.3.tar.gz", using: :homebrew_curl
```

This commit modifies the regexes to capture anything after the `url`
string and before the newline. This works for the aforementioned
example, where the trailing hash is on the same line, but it won't
work if the hash appears on a subsequent line. For example:

```
url "https://www.example.com/1.2.3.tar.gz",
  using: :homebrew_curl
```
2022-06-24 19:26:16 -04:00
Rylan Polster
f1d04b4c3d
Merge pull request #13472 from Homebrew/dependabot/bundler/Library/Homebrew/unicode-display_width-2.2.0
build(deps): bump unicode-display_width from 2.1.0 to 2.2.0 in /Library/Homebrew
2022-06-24 17:55:54 -04:00
Rylan Polster
d96a8fd35e
Fix tests 2022-06-24 17:20:03 -04:00
Rylan Polster
f38db6e100
Define MacOS::Version::SYMBOLS on macOS and linux 2022-06-24 14:39:17 -04:00
Rylan Polster
6ebd5174d6
Update tests for on_* methods in formulae and casks 2022-06-24 14:39:17 -04:00
Rylan Polster
d3c3f7be9e
Add variations to Cask#to_h 2022-06-24 14:39:17 -04:00
Rylan Polster
b538ce7361
Add OnSystem module to generate on_* methods for formulae and casks 2022-06-24 14:37:50 -04:00
BrewTestBot
d131dcbe4c
Update RBI files for unicode-display_width. 2022-06-24 18:10:44 +00:00
BrewTestBot
29af3f785c
brew vendor-gems: commit updates. 2022-06-24 18:06:28 +00:00
dependabot[bot]
13a0e53303
build(deps): bump unicode-display_width in /Library/Homebrew
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width) from 2.1.0 to 2.2.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/v2.1.0...v2.2.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>
2022-06-24 18:04:01 +00:00
Rylan Polster
ac454d6563
Merge pull request #13468 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
2022-06-24 11:35:46 -04:00
Sam Ford
770af2d4bb
Merge pull request #13346 from bevanjkay/extract-plist
livecheck: allow custom url in extract_plist strategy
2022-06-24 08:44:14 -04:00
Mike McQuaid
3ef6db617a
update-report: always write non-blank lattesttag.
This handles this being unset when using `brew update --quiet`.

Fixes #13467
2022-06-24 13:37:32 +02:00
Sam Ford
2194f6e12b
Only require livecheck block URL when appropriate
`ExtractPlist` doesn't require a URL like other strategies (it takes
a `Cask` instead) but we've had to provide one in existing
`livecheck` blocks to get past this requirement in livecheck. This
commit makes it so this requirement is only enforced when a
strategy's `#find_versions` method has a required `url` parameter
(not an optional one, as in `ExtractPlist`).
2022-06-24 00:08:54 -04:00
Sam Ford
d7a26cd6d3
ExtractPlist: Modify #find_versions url usage 2022-06-24 00:08:53 -04:00
Sam Ford
077fb350a5
ExtractPlist: Add url to #find_versions object 2022-06-24 00:08:53 -04:00
Bevan Kay
916c980676
livecheck: allow custom url in extract_plist strategy 2022-06-24 00:08:53 -04:00
BrewTestBot
bc064ccd35
sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
2022-06-24 00:24:18 +00:00
Sam Ford
fe853fcb9e
Merge pull request #13463 from samford/cask/ensure-discontinued-returns-boolean
Cask: Ensure `#discontinued?` returns a boolean
2022-06-23 14:36:48 -04:00
Sam Ford
04203953de
Cask: Ensure #discontinued? returns a boolean
The `Cask::DSL#discontinued?` method is expected to return a boolean
value (`true`/`false`) but it will return `nil` for any casks without
a `caveats` block. `nil` is still falsy but this commit ensures that
the method will properly return a boolean value in this scenario.
2022-06-23 14:03:15 -04:00
Rylan Polster
a64f04f678
Merge pull request #13464 from Homebrew/dependabot/github_actions/reitermarkus/rerun-workflow-1.2.2
build(deps): bump reitermarkus/rerun-workflow from 1.2.1 to 1.2.2
2022-06-23 10:31:40 -04:00
Rylan Polster
dc31af55a7
Merge pull request #13462 from Homebrew/fix-triage-workflow
workflows/triage: use PAT with read:org to indentify private members
2022-06-23 10:14:41 -04:00
Mike McQuaid
70cbf9ca07
Merge pull request #13466 from Homebrew/update-man-completions
Update maintainers, manpage and completions.
2022-06-23 10:42:48 +02:00
BrewTestBot
c36c985612
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.
2022-06-23 08:16:28 +00:00
Mike McQuaid
ef00b40a51
Merge pull request #13447 from notfromstatefarm/feature/support-custom-ssh
support forcing brew-installed SSH for git operations
2022-06-23 10:14:55 +02:00
notfromstatefarm
1676b39f84
align manpage with env_config.rb 2022-06-22 19:29:59 -04:00
Nanda H Krishna
e1fca95836
Merge pull request #13465 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-static-and-runtime-0.5.10109
build(deps-dev): bump sorbet-static-and-runtime from 0.5.10101 to 0.5.10109 in /Library/Homebrew
2022-06-22 19:22:52 -04:00
notfromstatefarm
8d76522be2
remove HOMEBREW_SSH_PATH 2022-06-22 19:22:48 -04:00
notfromstatefarm
631c245be5
revert bin/brew change 2022-06-22 19:22:46 -04:00
notfromstatefarm
bcce038d33
update env_config.rb 2022-06-22 19:22:44 -04:00
notfromstatefarm
540313f18b
support custom git SSH binaries 2022-06-22 19:22:41 -04:00
BrewTestBot
793b8f471f
brew vendor-gems: commit updates. 2022-06-22 22:33:50 +00:00
dependabot[bot]
24ae2c184d
build(deps-dev): bump sorbet-static-and-runtime in /Library/Homebrew
Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) from 0.5.10101 to 0.5.10109.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 22:31:35 +00:00
dependabot[bot]
b737c59cc2
build(deps): bump reitermarkus/rerun-workflow from 1.2.1 to 1.2.2
Bumps [reitermarkus/rerun-workflow](https://github.com/reitermarkus/rerun-workflow) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/reitermarkus/rerun-workflow/releases)
- [Commits](cd46218e13...c8d5bc3526)

---
updated-dependencies:
- dependency-name: reitermarkus/rerun-workflow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 22:30:31 +00:00
Rylan Polster
67fe7134b1
Merge pull request #13450 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-static-and-runtime-0.5.10101
build(deps-dev): bump sorbet-static-and-runtime from 0.5.10098 to 0.5.10101 in /Library/Homebrew
2022-06-22 13:25:06 -04:00
Rylan Polster
8682248fbe
Merge pull request #13452 from Homebrew/dependabot/bundler/Library/Homebrew/minitest-5.16.1
build(deps): bump minitest from 5.16.0 to 5.16.1 in /Library/Homebrew
2022-06-22 13:22:15 -04:00
Rylan Polster
377159a6c9
workflows/triage: use PAT with read:org to indentify private members 2022-06-22 11:11:23 -04:00
Carlo Cabrera
150c7d4d48
Merge pull request #13456 from carlocab/livecheck-default-text 2022-06-22 20:46:46 +08:00
Carlo Cabrera
7435373dd8
env_config: clean up default text for HOMEBREW_LIVECHECK_WATCHLIST
Follow up to #13453. The default values for our other environment
variables are typically wrapped in backticks, so let's do the same here
for consistency.

Closes #13455.
2022-06-22 11:26:23 +08:00
Carlo Cabrera
4103f9dd0e
Merge pull request #13454 from apainintheneck/livecheck-watchlist-path 2022-06-22 09:48:26 +08:00
apainintheneck
3b65ecaf4c livecheck: fix path to livecheck watchlist 2022-06-21 17:57:19 -07:00
BrewTestBot
1c2b87568a
Update RBI files for minitest. 2022-06-21 18:14:57 +00:00
BrewTestBot
b29f603666
brew vendor-gems: commit updates. 2022-06-21 18:10:48 +00:00
dependabot[bot]
0002bd59df
build(deps): bump minitest from 5.16.0 to 5.16.1 in /Library/Homebrew
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.16.0 to 5.16.1.
- [Release notes](https://github.com/seattlerb/minitest/releases)
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/seattlerb/minitest/compare/v5.16.0...v5.16.1)

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 18:08:22 +00:00
Rylan Polster
b941470216
Merge pull request #13440 from Rylan12/prefer-api-to-taps
Always prefer loading from API when `HOMEBREW_INSTALL_FROM_API` is set
2022-06-21 10:18:02 -04:00
Bo Anderson
cc6119261c
Merge pull request #13449 from Homebrew/update-man-completions
Update maintainers, manpage and completions.
2022-06-20 23:14:35 +01:00
BrewTestBot
acd7f5700a
brew vendor-gems: commit updates. 2022-06-20 18:13:07 +00:00
dependabot[bot]
dad3f50cc0
build(deps-dev): bump sorbet-static-and-runtime in /Library/Homebrew
Bumps [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) from 0.5.10098 to 0.5.10101.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 18:06:20 +00:00