
























Today I’d like to announce Homebrew 3.5.0. The most significant changes since 3.4.0 are improved brew update behaviour and Homebrew (on macOS) requiring at least OS X El Capitan (10.11).
Major changes and deprecations since 3.4.0:
brew update now defaults to HOMEBREW_UPDATE_REPORT_ONLY_INSTALLED behaviour, showing only information on installed formulae, so HOMEBREW_UPDATE_REPORT_ALL_FORMULAE was added instead. This improves performance and usability of brew update.brew update lists “Outdated” rather than “Updated” formulae by default. It was already calculating which formulae were outdated and this information is more useful than showing which formulae were changed and is significantly faster than doing version comparisons.Other changes since 3.4.0 I’d like to highlight are the following:
brew tests --changed runs tests only on files that have been changed from master (including test files).brew tap --no-force-auto-update removes the --force-auto-update flag for taps.brew no longer filters the TERMINFO_DIRS environment variable.brew update --quiet makes brew update produce less output.brew uninstall, brew reinstall, etc. are no longer blocked by unreadable casks.brew upgrade only upgrades version :latest casks when --greedy or --greedy-latest are passed and the cask has been updated.brew cleanup shows the total disk space freed.HOMEBREW_DOCKER_REGISTRY_TOKEN and HOMEBREW_DOCKER_REGISTRY_BASIC_AUTH_TOKEN can be used for GitHub Packages authentication without HOMEBREW_ARTIFACT_DOMAIN.HOMEBREW_ARTIFACT_DOMAIN’s description in man brew has been clarified.Finally:
Thanks to all our hard-working maintainers, contributors, sponsors and supporters for getting us this far.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。