We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adb532 commit 07bdf24Copy full SHA for 07bdf24
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.1.5"
16
+ rebuild 1
17
+ sha256 arm64_tahoe: "a4d96f0dffa6fa4354a5d27c15e272975a85225a80dec665aeabd4d8c407c566"
18
+ sha256 arm64_sequoia: "143e6760bd85b2b15ce99a3deba4bdbca2eac53d74fc333fbc31c555acf2f9bc"
19
+ sha256 arm64_sonoma: "3d929c6379b6fe57ab46b9f549913085babc0b33f1ef0678ea59bc6f738342cb"
20
+ end
21
+
22
depends_on "cmake" => :build
23
depends_on "gcc" => :build
24
0 commit comments