Homebrew 1.0.0 发布了,在建立7年之后终于发布1.0.0版,目前有6000个独立贡献者,几千个包和广泛的第三方“tap”生态系统。更新内容如下:
Homebrew package management and formulae (package metadata) split into separate repositories
Homebrew CI and homebrew/core use the OS X sandbox for build-time security
Add new
brew bump-formula-pr
command to create new formula version pull requestsOfficially support
brew bundle
(forBrewfile
s and import/export) andbrew services
(for background services management).Homebrew/brew passes tests on Linux and has generic backend for porting to other platforms in future
Provide access to developer commands and
brew update
workflow automaticallyUse new Ruby Macho library for reading and writing library macOS Mach O file locations.
Provide vendored, portable Ruby 2 binary for when system Ruby 2 is not available
HEAD
package installations have versions and can be upgraded以及
下载地址和获取方法:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
点击查看发行主页
更新的时候,看到1.0.1版本也发布了,主要是修复了一个bug:
Fix an edge case when updating between tags: #1060
1.0.1下载地址: