We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9745d9a commit 094a202Copy full SHA for 094a202
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.3.3"
16
+ rebuild 1
17
+ sha256 arm64_tahoe: "476dc1efd6d9297bd39712f8addd5d87885b314a037f9c59dc5d179f5b876698"
18
+ sha256 arm64_sequoia: "fcab7ba1e4d1da17e1673604bf147549e7c9afc7c025c618fc0c71049b17032d"
19
+ sha256 arm64_sonoma: "9a7d34d6142969e08d068e58234a78f5a66496f1e7f7c2dba56fb063b7f5478d"
20
+ end
21
+
22
depends_on "cmake" => :build
23
depends_on "gcc" => :build
24
0 commit comments