We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0bff4 commit 9dd57e6Copy full SHA for 9dd57e6
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.0"
16
+ rebuild 1
17
+ sha256 arm64_tahoe: "b00f3726f4ec0c5713a41e93b680b2e5b3bb7fff0b6ac253c5d0def1dbac949b"
18
+ sha256 arm64_sequoia: "d9e7acdfb6b6d4775bf0cd9bf85f93252232252ea3264277fe65da3a16c9dfcf"
19
+ sha256 arm64_sonoma: "fd833fd15b46ca645f034be34f2ab9d5b83975ddbd0b818e968b4ace071838d4"
20
+ end
21
+
22
depends_on "cmake" => :build
23
depends_on "gcc" => :build
24
0 commit comments