Homebrew

notes:

no notes

Release list
5.0.5
RECENT
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.6.20
4.6.19
4.6.18
4.6.17
4.6.16
4.6.15
4.6.14
4.6.13
4.6.12
4.6.11
4.6.10
4.6.9
4.6.8
4.6.7
Release notes:
<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed

  • Bump rubocop TargetRubyVersion by @dduugg in https://github.com/Homebrew/brew/pull/20969
  • formula_auditor: only run conflict check in --strict by @cho-m in https://github.com/Homebrew/brew/pull/20971
  • Restore Style/RedundantLineContinuation following upstream fix by @dduugg in https://github.com/Homebrew/brew/pull/20970
  • formula_creator: setup bundler env vars for ruby formula creation by @chenrui333 in https://github.com/Homebrew/brew/pull/20972
  • Cleanup partial download queue installations on error/interrupt by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/20966
  • Make Linux ARM64/AARCH64 Tier 1 supported by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/20974
  • Set HOMEBREW_DOWNLOAD_CONCURRENCY=auto by default by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/20975
  • tab: Actual booleans for installed_{on_request,as_dependency} values by @issyl0 in https://github.com/Homebrew/brew/pull/20979
  • Homebrew 4.7.0 deprecations/disables/removals by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/20973
  • docs/Acceptable-*: update acceptability criteria. by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/20981
  • system_command: avoid modifying Context.current by @cho-m in https://github.com/Homebrew/brew/pull/20982
  • Fix uses_from_macos checks with unsupported macOS versions and the internal API by @Rylan12 in https://github.com/Homebrew/brew/pull/20986
  • Various fixes to Formula#latest_formula by @Rylan12 in https://github.com/Homebrew/brew/pull/20985
  • utils/path: allow loading API source cache by @cho-m in https://github.com/Homebrew/brew/pull/20988
  • Add a flag and an environment variable to skip bundling Go packages by @5ouma in https://github.com/Homebrew/brew/pull/20989
  • dev-cmd/formula-analytics: prettier macOS analytics. by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/20990
  • formula_installer: use formula from keg when post-installing source builds by @ZhongRuoyu in https://github.com/Homebrew/brew/pull/20992
  • download_queue: Output API download messages to stderr when not a TTY by @issyl0 in https://github.com/Homebrew/brew/pull/20980
  • keg_relocate: add relocation path to #{var}/lib/#{name} by @botantony in https://github.com/Homebrew/brew/pull/20994
  • Bump the "all" group with 2 updates across multiple ecosystems by @dependabot[bot] in https://github.com/Homebrew/brew/pull/20995
  • cask_loader: ignore invalid macOS version dependencies by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/20993
  • Normalize HOMEBREW_CELLAR for immutable Fedora by @coffeejunk in https://github.com/Homebrew/brew/pull/20983
  • Add concurrent download progress by @cho-m in https://github.com/Homebrew/brew/pull/20991
  • dev-cmd/formula-analytics: restore macOS version numbers by @p-linnane in https://github.com/Homebrew/brew/pull/21000
  • Fix formula reporter inconsistencies by @Rylan12 in https://github.com/Homebrew/brew/pull/20997
  • Remove code for unsupported macOS versions by @p-linnane in https://github.com/Homebrew/brew/pull/21001
  • patch: deprecate old HOMEBREW_PREFIX placeholder by @cho-m in https://github.com/Homebrew/brew/pull/21008
  • ENV: minimum of Xcode 11.0 / ld64 512.4 by @cho-m in https://github.com/Homebrew/brew/pull/21007
  • Fix regressions from deprecation commit by @Bo98 in https://github.com/Homebrew/brew/pull/21012
  • cask/audit: adjust signing failure error message by @p-linnane in https://github.com/Homebrew/brew/pull/20999
  • Fix GitHub API last commit and short commit check by @cho-m in https://github.com/Homebrew/brew/pull/21009
  • formula: update some DSL style in comments by @cho-m in https://github.com/Homebrew/brew/pull/21015
  • docs/MCP-Server: change Zed example configuration by @jacobdalamb in https://github.com/Homebrew/brew/pull/21002
  • download_queue: extract bottle to temporary cellar. by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/21013
  • Add more documentation for the fake macOS version. by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/21017
  • shims/shared/git: fix executing /usr/bin/git on Linux by @carlocab in https://github.com/Homebrew/brew/pull/21018
  • formula_installer: use relative_path_from. by @MikeMcQuaid in https://github.com/Homebrew/brew/pull/21019
  • Remove more code for Mojave and older by @cho-m in https://github.com/Homebrew/brew/pull/21016
  • cask/cask_loader: discard invalid macOS versions earlier by @cho-m in https://github.com/Homebrew/brew/pull/21020
  • Use decimal prefixes for bytes, fix concurrent download progress output edge cases by @cho-m in https://github.com/Homebrew/brew/pull/21006
  • Add service install dir info to Formula Cookbook by @EvanDurfee in https://github.com/Homebrew/brew/pull/21021
  • docs/Support-Tiers: rewrite for more clarity by @p-linnane in https://github.com/Homebrew/brew/pull/21022
  • language/node: replace -ddd with long form by @cho-m in https://github.com/Homebrew/brew/pull/21024
  • test_bot/test_cleanup: run git clean on taps by @ZhongRuoyu in https://github.com/Homebrew/brew/pull/21025
  • download_strategy: make hardcoded commit hash length a constant by @cho-m in https://github.com/Homebrew/brew/pull/21027
  • Pass through VSCODE_IPC_HOOK_CLI to brew edit by @wheelerlaw in https://github.com/Homebrew/brew/pull/21026
  • Deprecate OS::Mac.sdk_root_needed? by @cho-m in https://github.com/Homebrew/brew/pull/21028

New Contributors

  • @5ouma made their first contribution in https://github.com/Homebrew/brew/pull/20989
  • @coffeejunk made their first contribution in https://github.com/Homebrew/brew/pull/20983
  • @jacobdalamb made their first contribution in https://github.com/Homebrew/brew/pull/21002
  • @EvanDurfee made their first contribution in https://github.com/Homebrew/brew/pull/21021
  • @wheelerlaw made their first contribution in https://github.com/Homebrew/brew/pull/21026

Full Changelog: https://github.com/Homebrew/brew/compare/4.6.20...5.0.0

Copyright © 2023 - All right reserved by Yadoc SAS