Homebrew

Discussion in 'all things Mac' started by 1PW, Mar 27, 2021.

  1. 1PW

    1PW Registered Member

    Joined:
    Apr 2, 2010
    Posts:
    1,931
    Location:
    North of the 38th parallel.
    Homebrew for Mac 3.2.11 Released (September 7, 2021)
    Homepage
    3.2.11

    @MikeMcQuaid MikeMcQuaid released this 2 hours ago · 2 commits to master since this release
    What's Changed

    cleanup: allow users to specify formulae to skip cleaning by @carlocab in #11931
    Update maintainers, manpage and completions. by @BrewTestBot in #11941
    create(go): add -s -w ldflags to reduce the artifact size by @chenrui333 in #11902
    build(deps-dev): bump tapioca from 0.4.24 to 0.4.25 in /Library/Homebrew by @dependabot in #11945
    build(deps-dev): bump github-pages from 218 to 219 in /docs by @dependabot in #11942
    build(deps): bump faraday from 1.7.0 to 1.7.1 in /docs by @dependabot in #11943
    build(deps-dev): bump sorbet from 0.5.9084 to 0.5.9088 in /Library/Homebrew by @dependabot in #11944
    upgrade: fetch all formulae before installing by @FnControlOption in #11940
    build(deps-dev): bump sorbet from 0.5.9088 to 0.5.9090 in /Library/Homebrew by @dependabot in #11949
    upgrade: list upgradeable dependencies on dry run by @EricFromCanada in #11947
    brew.sh: set HOMEBREW_FORCE_HOMEBREW_ON_LINUX when core repo is homeb… by @iMichka in #11938
    Update maintainers, manpage and completions. by @BrewTestBot in #11951
    upgrade: revert renaming of create_formula_installer by @FnControlOption in #11952
    docs: use brew --repository shorthand in Cask Cookbook by @FnControlOption in #11791
    curl: echo any cookies received on a redirect by @FnControlOption in #11790
    fetch: fix --bottle-tag when unbottled on host system by @FnControlOption in #11927
    build(deps-dev): bump sorbet from 0.5.9090 to 0.5.9094 in /Library/Homebrew by @dependabot in #11957
    sandbox: fallback to tput for winsize by @Bo98 in #11954
    pr-automerge: enable automerging linux-only PRs by @cho-m in #11959
    install: fetch all formulae before install by @FnControlOption in #11963
    rubocops/lines: remove OS.mac?/OS.linux? check. by @MikeMcQuaid in #11958
    build(deps): bump mime-types-data from 3.2021.0704 to 3.2021.0901 in /Library/Homebrew by @dependabot in #11967
    build(deps-dev): bump sorbet from 0.5.9094 to 0.5.9099 in /Library/Homebrew by @dependabot in #11968
    formula_installer: update syntax of maximum macOS check by @EricFromCanada in #11962
    build(deps-dev): bump sorbet from 0.5.9099 to 0.5.9102 in /Library/Homebrew by @dependabot in #11969
    edit: update $HOMEBREW_BAT_CONFIG_PATH default by @Freed-Wu in #11975
    messages: record cask installations by @FnControlOption in #11966
    build(deps): bump ffi from 1.15.3 to 1.15.4 in /docs by @dependabot in #11979
    build(deps-dev): bump sorbet from 0.5.9102 to 0.5.9104 in /Library/Homebrew by @dependabot in #11980
    build(deps-dev): bump tapioca from 0.4.25 to 0.4.26 in /Library/Homebrew by @dependabot in #11981
    Strategy: Improve curl error message finding by @samford in #11973
     
  2. guest

    guest Guest

    Homebrew for Mac 3.2.12 Released (September 15, 2021)
    Homepage
    3.2.12
    What's Changed

     
  3. guest

    guest Guest

    Homebrew for Mac 3.2.13 Released (September 20, 2021)
    Homepage
    3.2.13
    What's Changed

    • brew.sh: alias which as type -P by @XuehaiPan in #12060
    • shims: enforce usage of Swift-bundled Clang on Linux by @Bo98 in #11965
    • rubocops/lines: be less strict about OS.{mac,linux}? in taps. by @MikeMcQuaid in #12062
    • style: add code style checker for shell scripts by @XuehaiPan in #12044
    • workflows: reduce GITHUB_TOKEN permissions by @Bo98 in #12063
    • workflows/triage: fix syntax by @Bo98 in #12070
    • style: add shfmt exit status to brew style by @XuehaiPan in #12072
    • superenv: set M4 on Linux when bison is a dependency by @carlocab in #12069
    • os/mac/diagnostic: also check Xcode minimum version on env setup by @Bo98 in #12079
    • exceptions: set backtrace for FormulaUnreadableError by @Bo98 in #12080
    • cmd/info: print backtrace to developers for unreadable formulae/casks by @Bo98 in #12081
    • shims/super/cc: run in bash shell by @dawidd6 in #12086
    • missing_formula.rb: don't disable texlive by @danielnachun in #12085
    • shims/mac/super/pkg-config: fix shebang by @Bo98 in #12089
     
  4. guest

    guest Guest

    Homebrew for Mac 3.2.14 Released (September 29, 2021)
    Homepage
    3.2.14
    What's Changed

    • unpack_strategy: add zstd strategy by @bayandin in #12071
    • Revamp APIs around bottle specifications by @Bo98 in #12076
    • formula_installer: fix error if a compatible bottle was not found by @Bo98 in #12100
    • install: fix HEAD installations with HOMEBREW_INSTALL_FROM_API by @Rylan12 in #12087
    • formula_cellar_checks: fix edge case handling in check_binary_arches by @carlocab in #12092
    • formula: fix error in Formula#specified_path with aliases by @Bo98 in #12105
    • language/python: allow formulae to restrict access to system site packages by @carlocab in #12101
    • language/python: bug fix by @carlocab in #12108
    • formula_installer: fix installation of local bottles by @Bo98 in #12112
    • rubocops: silence parser warning by @Bo98 in #12106
    • os/mac/xquartz: fix handling of XQuartz 2.8.0+ by @Bo98 in #12116
    • upgrade: use greedy_* method parameters by @FnControlOption in #12103
    • workflows/triage: fixes for github-script@v5 by @Bo98 in #12125
    • utils/bottles: fix local JSON handling for bottle rebuilds by @Bo98 in #12126
    • os/mac/xcode: support Xcode 13 by @Bo98 in #12124
    • utils/shfmt.sh: enable coloring only when brewed diffutils is installed by @XuehaiPan in #12129
    • install: fix --skip-cask-deps message by @FnControlOption in #12134
    • brew.sh: remove annoying prompts when homebrew/core not tapped by @XuehaiPan in #12136
     
  5. guest

    guest Guest

    Homebrew for Mac 3.2.15 Released (October 5, 2021)
    Homepage
    3.2.15
    What's Changed

     
  6. guest

    guest Guest

    Homebrew for Mac 3.2.16 Released (October 11, 2021)
    Homepage
    3.2.16
    What's Changed

     
  7. guest

    guest Guest

    Homebrew for Mac 3.2.17 Released (October 18, 2021)
    Homepage
    3.2.17
    What's Changed

    • update: migrate linuxbrew-core to homebrew-core by @iMichka in #11982
    • os/mac: bump latest_sdk_version by @carlocab in #12218
    • tap: allow to change tap remote with brew tap --custom-remote by @XuehaiPan in #12221
    • tap: fix unexpected wrong variable name by @XuehaiPan in #12226
    • Deprecate --write in bump-formula-pr command in favour of --write-only by @Moisan in #12223
    • tap: handle TapCoreRemoteMismatchError when tapping the core tap without a URL by @XuehaiPan in #12233
    • cmd/link: change default_prefix? check to /usr/local check by @carlocab in #12238
    • docs: change my kickstarter homepage by @MindTooth in #12245
    • mac/formula_cellar_checks: check for flat namespace libraries by @carlocab in #12225
     
  8. 1PW

    1PW Registered Member

    Joined:
    Apr 2, 2010
    Posts:
    1,931
    Location:
    North of the 38th parallel.
    Homebrew for Mac 3.3.0 Released (October 25, 2021)
    Homepage
    Homebrew Blog
    3.3.0
    Latest

    https://avatars.githubusercontent.com/u/125011?s=40&v=4 MikeMcQuaid released this 4 hours ago
    · 4 commits to master since this release

    3.3.0


    2be6ab6

    Release notes for this release can be found on the Homebrew blog.

    What's Changed
     
    Last edited: Oct 25, 2021
  9. guest

    guest Guest

    Homebrew for Mac 3.3.1 Released (October 26, 2021)
    Homepage
     
  10. guest

    guest Guest

    Homebrew for Mac 3.3.2 Released (October 31, 2021)
    Homepage
    What's Changed
    Full Changelog: 3.3.1...3.3.2
     
  11. guest

    guest Guest

    Homebrew for Mac 3.3.3 Released (November 8, 2021)
    Homepage
    What's Changed
     
  12. guest

    guest Guest

    Homebrew for Mac 3.3.4 Released (November 15, 2021)
    Homepage
    What's Changed
     
  13. 1PW

    1PW Registered Member

    Joined:
    Apr 2, 2010
    Posts:
    1,931
    Location:
    North of the 38th parallel.
    Homebrew for Mac 3.3.5 Released (November 22, 2021)
    Homepage
    3.3.5 Latest
    @MikeMcQuaid MikeMcQuaid released this 8 hours ago
    · 3 commits to master since this release 3.3.5 354718c
    What's Changed

    linkage_checker: check variable references with dlopen by @carlocab in #12429
    Revert "linkage_checker: check variable references with dlopen" by @carlocab in #12432
    disable: allow to disable due to checksum mismatch by @iMichka in #12437
    update-python-resources: skip dependencies of excluded packages by @FnControlOption in #12427
    utils/github/actions: support notices and new annotation parameters by @carlocab in #12438
    Updates for Docs section 2 by @EricFromCanada in #12431
    utils/github/actions: make file a mandatory argument by @carlocab in #12439
    deps: add --graph and --dot switches by @FnControlOption in #12423
    cask: add #csv to version DSL by @FnControlOption in #12445
    docs/Acceptable-Formulae: specify the list of supported platforms by @iMichka in #12444
    Add missing --formulae/--casks aliases for --formula/--cask by @FnControlOption in #12452
    Print warning if given old short name of renamed formula by @FnControlOption in #12448
    dev-cmd/unbottled: don't skip non-core formulae by @scpeters in #12450
    formula_auditor: add audit for formulae with synced versions by @bayandin in #12279
    linkage: add --strict flag to detect opportunistic linkage by @carlocab in #12454
    Allow passing a regex in all livecheck strategy blocks by @samford in #12449
    bump-cask-pr: replace --write with --write-only in help text by @FnControlOption in #12458
    pr-upload: deprecate --github-org= by @FnControlOption in #12457
    extract: remove bottle blocks by @FnControlOption in #12453
     
  14. guest

    guest Guest

    Homebrew for Mac 3.3.6 Released (November 29, 2021)
    Homepage
    What's Changed
     
  15. 1PW

    1PW Registered Member

    Joined:
    Apr 2, 2010
    Posts:
    1,931
    Location:
    North of the 38th parallel.
    Homebrew for Mac 3.3.7 Released (December 6, 2021)
    Homepage

    I apologize to all for not posting this in a more timely manner.
     
  16. 1PW

    1PW Registered Member

    Joined:
    Apr 2, 2010
    Posts:
    1,931
    Location:
    North of the 38th parallel.
  17. guest

    guest Guest

    Homebrew for Mac 3.3.9 Released (December 20, 2021)
    Homepage
    What's Changed
    • rubocops/uses_from_macos: remove gcore by @Bo98 in #12562
    • bin/brew: allow GITHUB_ACTIONS_HOMEBREW_SELF_HOSTED by @Bo98 in #12553
    • formula_auditor: fix error with formulae without taps by @Bo98 in #12559
    • formula: add keg_only_reason to formula hash by @Bo98 in #12552
    • Formatting consistency. by @mmhj in #12573
    • Livecheck: Avoid duplicate URLs by @samford in #12563
    • Gemfile: restrict activesupport version range by @Bo98 in #12575
    • .rubocop.yml: selectively enable Rails cops by @Bo98 in #12567
    • dependabot.yml: lockfile-only versioning strategy by @Bo98 in #12579
    • Fix disabled args appearing in documentation. by @Bo98 in #12583
    • Take $HOMEBREW_DOCKER_REGISTRY_TOKEN into account when installing portable-ruby by @thomvaill in #12576
    • sorbet/rbi/upstream.rbi: remove old workaround by @Bo98 in #12586
     
  18. 1PW

    1PW Registered Member

    Joined:
    Apr 2, 2010
    Posts:
    1,931
    Location:
    North of the 38th parallel.
    Homebrew for Mac 3.3.10 Released (January 11, 2022)
    Homepage
    3.3.10
    What's Changed
     
    Last edited: Jan 11, 2022
  19. 1PW

    1PW Registered Member

    Joined:
    Apr 2, 2010
    Posts:
    1,931
    Location:
    North of the 38th parallel.
    Homebrew for Mac 3.3.11 Released (January 17, 2022)
    Homepage
    What's Changed
     
  20. guest

    guest Guest

    Homebrew for Mac 3.3.12 Released (January 24, 2022)
    Homepage
    What's Changed
     
  21. guest

    guest Guest

    Homebrew for Mac 3.3.13 Released (January 31, 2022)
    Homepage
     
  22. 1PW

    1PW Registered Member

    Joined:
    Apr 2, 2010
    Posts:
    1,931
    Location:
    North of the 38th parallel.
    Homebrew for Mac 3.3.14 Released (February 7, 2022)
    Homepage
    What's Changed

    Thank you always, @mood
     
  23. 1PW

    1PW Registered Member

    Joined:
    Apr 2, 2010
    Posts:
    1,931
    Location:
    North of the 38th parallel.
    Homebrew for Mac 3.3.15 Released (February 14, 2022)
    Homepage
    What's Changed
     
  24. 1PW

    1PW Registered Member

    Joined:
    Apr 2, 2010
    Posts:
    1,931
    Location:
    North of the 38th parallel.
    Homebrew for Mac 3.3.16 Released (February 21, 2022)
    Homepage

    % brew update

    What's Changed
     
    Last edited: Feb 22, 2022
  25. 1PW

    1PW Registered Member

    Joined:
    Apr 2, 2010
    Posts:
    1,931
    Location:
    North of the 38th parallel.
    Homebrew for Mac 3.4.0 Released (February 28, 2022)
    Homepage
    Blog

    % brew update
    What's Changed
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.