Homebrew 瓶子在线存储在哪里?

Where are Homebrew bottles stored online?

Homebrew 瓶是从哪里下载的?

Homebrew Documentation: Bottles没说。

我创建了一个Github Homebrew/brew issue #672

Homebrew README

Our bottles (binary packages) are hosted by Bintray.

Bintray: Homebrew

您可以在源代码中找到每个包的下载位置的完整列表:

https://github.com/Homebrew/homebrew-core/tree/master/Formula

例如,如果你想安装 boost 然后查看 boost.rb 并找到:

desc "Collection of portable C++ source libraries"
homepage "https://www.boost.org/"
url "https://downloads.sourceforge.net/project/boost/boost/1.61.0/boost_1_61_0.tar.bz2"
sha256 "a547bd06c2fd9a71ba1d169d9cf0339da7ebf4753849a8f7d6fdb8feee99b640"

截至 2021 年 5 月,Bintray is no longre available 和瓶子托管在 GitHub https://github.com/orgs/Homebrew/packages

历史和推荐阅读:

另见

Bottles (Binary Packages) — Homebrew Documentation