From 0073885956bc46b2208bd56f76a6060ad8257dcc Mon Sep 17 00:00:00 2001 From: Aleks Bunin <868842+sashkab@users.noreply.github.com> Date: Sat, 21 Nov 2020 01:46:14 +0000 Subject: [PATCH] python@3.6: add 3.6.12_1 bottle. --- Formula/python@3.6.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/python@3.6.rb b/Formula/python@3.6.rb index 6f6b308..22635b9 100644 --- a/Formula/python@3.6.rb +++ b/Formula/python@3.6.rb @@ -12,6 +12,11 @@ class PythonAT36 < Formula regex(%r{href=.*?v?(3\.6(?:\.\d+)*)/?["' >]}i) end + bottle do + root_url "https://github.com/sashkab/homebrew-python/releases/download/python@3.6-3.6.12_1" + sha256 "73da86cc8fdab781268a54f76b2c1cf29fc8b682ac245014e32f782e9c9325b7" => :catalina + end + # setuptools remembers the build flags python is built with and uses them to # build packages later. Xcode-only systems need different flags. pour_bottle? do