We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d252f90 commit 817c796Copy full SHA for 817c796
Formula/python@3.8.rb
@@ -10,6 +10,11 @@ class PythonAT38 < Formula
10
regex(%r{href=.*?v?(3\.8(?:\.\d+)*)/?["' >]}i)
11
end
12
13
+ bottle do
14
+ root_url "https://github.com/sashkab/homebrew-python/releases/download/python@3.8-3.8.7"
15
+ sha256 "632348e843d5626e970640300dda5c9094e8ca96a6cb7e6792cba0979a674a6a" => :catalina
16
+ end
17
+
18
# setuptools remembers the build flags python is built with and uses them to
19
# build packages later. Xcode-only systems need different flags.
20
pour_bottle? do
0 commit comments