We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a38b1b commit f4ea4c3Copy full SHA for f4ea4c3
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.2"
16
+ rebuild 1
17
+ sha256 arm64_tahoe: "22bf1b8f977a00adb07d9f32957b6b117da3d6f94133fb9e8ac8998bb24663b7"
18
+ sha256 arm64_sequoia: "60acb28f24ee38f6a77ca086c694cca5eedf215ebda420eeaba4cb3a004d0b6d"
19
+ sha256 arm64_sonoma: "4e56588badd7bcd212a4ee5a115810dd57a77a7e5c6fab6ff1e09930e3d9d3fc"
20
+ end
21
+
22
depends_on "cmake" => :build
23
depends_on "gcc" => :build
24
0 commit comments