We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9775fb3 commit 8f93f76Copy full SHA for 8f93f76
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.0"
16
+ rebuild 1
17
+ sha256 arm64_tahoe: "b5673f36d90f661bbd221a7941873123ec32b5e6dd6cfc67534ffa7e8b4feb72"
18
+ sha256 arm64_sequoia: "e5ae1ca576d4a73d39623e07659e3a156222623f7f22fc3c2b4d7874bd70c62d"
19
+ sha256 arm64_sonoma: "184d37d0966372d6d72d61339e4ea9e5bbb34012950ff871de17e8b967dd282b"
20
+ end
21
+
22
depends_on "cmake" => :build
23
depends_on "gcc" => :build
24
0 commit comments