We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ccc423 commit 0a27fcfCopy full SHA for 0a27fcf
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: "bd8653e3356be73bee6cfe68eac370d2476dd2821cf94ac0ec42a895e3d64399"
18
+ sha256 arm64_sequoia: "e5c985a3423083a87ff569012e3acc7b0f4667b59a21adf967513ad20b442145"
19
+ sha256 arm64_sonoma: "5fcfdf49d451e0c0a76f78bd771f4fa67d24f7e396f1c50dd4ce21f5f0bbd7e2"
20
+ end
21
+
22
23
depends_on "cmake" => :build
24
depends_on "gcc" => :build
0 commit comments