We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c32a5 commit 8acf1baCopy full SHA for 8acf1ba
1 file changed
Formula/mfc.rb
@@ -11,6 +11,14 @@ class Mfc < Formula
11
license "MIT"
12
head "https://github.com/MFlowCode/MFC.git", branch: "master"
13
14
+ bottle do
15
+ root_url "https://github.com/MFlowCode/homebrew-mfc/releases/download/mfc-5.2.1"
16
+ rebuild 1
17
+ sha256 arm64_tahoe: "fa89420c79ee4246339a5aef58bfbe8f1200fff9c8d58b7275eaada696e6d415"
18
+ sha256 arm64_sequoia: "9f14d3c5515a2fd85a0b66970a4d3659cd57aad206b002f27a4e0b29bc7ac57a"
19
+ sha256 arm64_sonoma: "dfbb8c41c307c1766d81fb275a6d121af787e484a24d30f595ca516db240dff3"
20
+ end
21
+
22
depends_on "cmake" => :build
23
depends_on "gcc" => :build
24
0 commit comments