We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860dea7 commit f25f361Copy full SHA for f25f361
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.6.0"
16
+ rebuild 1
17
+ sha256 arm64_tahoe: "52060bead0a40599ec68c9b0541df143cfc543a8e4d9ad8172f81bf71fea621c"
18
+ sha256 arm64_sequoia: "7ce116a5ffb5c08fdde44d719aff0099900f4a9b576ed4bdd746c6c00e8785aa"
19
+ sha256 arm64_sonoma: "94ca42c931f359265a8214721dd6303c6ebfda2d40a82dab9d91e2e40b1c56ab"
20
+ end
21
+
22
23
depends_on "cmake" => :build
24
depends_on "gcc" => :build
0 commit comments