We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae728e4 commit 1119e40Copy full SHA for 1119e40
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.2"
16
+ rebuild 1
17
+ sha256 arm64_tahoe: "4043ce1ebb3d635d0b96462cdd948c7d18f83db6259b6ef5589adfa675d4ad64"
18
+ sha256 arm64_sequoia: "4eba8adaf54dc8991f6a21f32bf7317405b7743007b1e33e7cc1707856a7c7ac"
19
+ sha256 arm64_sonoma: "17756ecbe543fede96c590163372e8a4c124aefb6f54f079d53c18cfb37fb62c"
20
+ end
21
+
22
depends_on "cmake" => :build
23
depends_on "gcc" => :build
24
0 commit comments