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 71b7391 commit d822a06Copy full SHA for d822a06
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.0"
16
+ rebuild 1
17
+ sha256 arm64_tahoe: "f419b83d451d43559218d2436a5961f3c0cc95137872c1018d55f725b443b7cc"
18
+ sha256 arm64_sequoia: "180db6a8412b70e2e5fa2d77d9051bce12de61c12512001fafd3149f1eeb42e8"
19
+ sha256 arm64_sonoma: "2feb397831e87d687ea1156d8be9278660f528db2453a7bcb1d1e919cec363d7"
20
+ end
21
+
22
depends_on "cmake" => :build
23
depends_on "gcc" => :build
24
0 commit comments