10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec25c0 commit 9677316Copy full SHA for 9677316
Formula/termcolor.rb
@@ -5,6 +5,13 @@ class Termcolor < Formula
5
sha256 "612f9ff785c74dcbe081bb82e8c915858572cf97dcf396ea7bd6a7d21cf6026a"
6
license "BSD-3-Clause"
7
8
+ bottle do
9
+ cellar :any_skip_relocation
10
+ sha256 "bf8dbd74a3f8661b2dcc5968698dc6d0797d32ad4022744fca1c3c2ac1e7b863" => :catalina
11
+ sha256 "bf8dbd74a3f8661b2dcc5968698dc6d0797d32ad4022744fca1c3c2ac1e7b863" => :mojave
12
+ sha256 "bf8dbd74a3f8661b2dcc5968698dc6d0797d32ad4022744fca1c3c2ac1e7b863" => :high_sierra
13
+ end
14
+
15
depends_on "cmake" => :build
16
17
def install
0 commit comments