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.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 25 11月, 2021 3 次提交
-
-
由 BrewTestBot 创作于
-
由 BrewTestBot 创作于
-
由 dependabot[bot] 创作于
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.9.1 to 1.9.3. - [Release notes](https://github.com/Shopify/bootsnap/releases) - [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.9.1...v1.9.3 ) --- updated-dependencies: - dependency-name: bootsnap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 24 11月, 2021 6 次提交
-
-
由 Mike McQuaid 创作于
build(deps-dev): bump sorbet from 0.5.9363 to 0.5.9368 in /Library/Homebrew
-
由 BrewTestBot 创作于
-
由 dependabot[bot] 创作于
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.9363 to 0.5.9368. - [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>
-
由 Mike McQuaid 创作于
utils: add method `ensure_formula_installed!`
-
由 Xuehai Pan 创作于
Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com> Signed-off-by:
XuehaiPan <XuehaiPan@pku.edu.cn>
-
由 XuehaiPan 创作于
-
- 23 11月, 2021 19 次提交
-
-
由 XuehaiPan 创作于
-
由 XuehaiPan 创作于
-
由 XuehaiPan 创作于
-
由 XuehaiPan 创作于
-
由 XuehaiPan 创作于
-
由 XuehaiPan 创作于
-
由 Mike McQuaid 创作于
dev-cmd/cat: auto-install `bat` when running `brew cat ...` with `HOMEBREW_BAT` set
-
由 XuehaiPan 创作于
-
由 Mike McQuaid 创作于
Update maintainers, manpage and completions.
-
由 BrewTestBot 创作于
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
-
由 Mike McQuaid 创作于
build(deps-dev): bump github-pages from 221 to 222 in /docs
-
由 Mike McQuaid 创作于
build(deps-dev): bump sorbet from 0.5.9358 to 0.5.9363 in /Library/Homebrew
-
由 Mike McQuaid 创作于
tap-new: add `--github-packages` switch
-
由 XuehaiPan 创作于
-
由 fn ⌃ ⌥ 创作于
-
由 Carlo Cabrera 创作于
formula: allow optional output path in std_go_args
-
由 BrewTestBot 创作于
-
由 dependabot[bot] 创作于
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.9358 to 0.5.9363. - [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>
-
由 dependabot[bot] 创作于
Bumps [github-pages](https://github.com/github/pages-gem) from 221 to 222. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](https://github.com/github/pages-gem/compare/v221...v222 ) --- updated-dependencies: - dependency-name: github-pages dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 22 11月, 2021 7 次提交
-
-
由 Mike McQuaid 创作于
Update maintainers, manpage and completions.
-
由 BrewTestBot 创作于
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
-
由 Mike McQuaid 创作于
extract: remove bottle blocks
-
由 Mike McQuaid 创作于
pr-upload: deprecate `--github-org=`
-
由 Mike McQuaid 创作于
bump-cask-pr: replace `--write` with `--write-only` in help text
-
由 Mike McQuaid 创作于
Allow passing a regex in all livecheck `strategy` blocks
-
由 Carlo Cabrera 创作于
linkage: add `--strict` flag to detect opportunistic linkage
-
- 21 11月, 2021 3 次提交
-
-
由 Caleb Xu 创作于
-
由 Caleb Xu 创作于
-
由 Nanda H Krishna 创作于
build(deps-dev): bump sorbet from 0.5.9351 to 0.5.9358 in /Library/Homebrew
-
- 20 11月, 2021 2 次提交
-
-
由 Sam Ford 创作于
This aligns `PageMatch` with how cask strategies handle requirements in their `#find_versions` methods. This moves related logic from `Livecheck#latest_version` into the `PageMatch` strategy, which feels a bit more appropriate.
-
由 Sam Ford 创作于
There are times where a regex isn't needed in a `strategy` block and these changes explicitly handle that situation. This allows the Symbol Proc format used in some `Sparkle` `livecheck` blocks (e.g., `strategy :sparkle, &:version`) to continue working instead of failing with a "wrong number of arguments (given 1, expected 0)" error. This error would occur because a Symbol Proc only only expects one argument (e.g., an `Item`, not an `Item` and a regex/nil). There's an argument to be made for avoiding the Symbol Proc format for `strategy` blocks but I haven't found a way of selectively disabling the Style/SymbolProc cop only for a `strategy` DSL method call. That is to say, if we don't use the Symbol Proc format, `brew style` will give a "Pass &:version as an argument to strategy instead of a block." offense. Besides that, this also replaces the `block` type signatures in livecheck strategies with `T.untyped`. Sorbet doesn't know how to handle a `Proc` with a variable number of arguments and can't be taught how (i.e., `T.any` with a `Proc` signature for each variation doesn't work). The aforementioned changes cause Sorbet to complain about there being both too many and too few arguments, so the only way to win is not to play the game. Hopefully we can restore the `block` type signatures in the future (if upstream resolves this years-old issue) but `T.untyped` seems to be our only option for now.
-