We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b342e04 commit 24a0f6cCopy full SHA for 24a0f6c
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: "2c95b9392127fdb1ffa6751efb56df52b3597d08316c99ca606003981e6b3f5e"
18
+ sha256 arm64_sequoia: "a5f1628cb89b11f852a9b234ce2250c6b0a7df7b838b815de77d6380c16da4e6"
19
+ sha256 arm64_sonoma: "65ed1ee247884c3027954488715e17f80500e583eabf7cdd4b74ef1f7c37e435"
20
+ end
21
+
22
depends_on "cmake" => :build
23
depends_on "gcc" => :build
24
0 commit comments