We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591d00d commit 5bc1148Copy full SHA for 5bc1148
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: "b0c25dc3aef73aca685006f41024c0c8c3ada626a275a8559d11898cb1cb37f9"
18
+ sha256 arm64_sequoia: "cbc078a350c6fda2dc5c50df549c0fec4b7dc0b31e54171755c0623f8ead92ea"
19
+ sha256 arm64_sonoma: "4d204411e460f7241b38ba734c3c1a781ce0ceea0cb710a254afaf04a8a8f5ae"
20
+ end
21
+
22
depends_on "cmake" => :build
23
depends_on "gcc" => :build
24
0 commit comments