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 7f717b9 commit e8dd1cfCopy full SHA for e8dd1cf
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.5.0"
16
+ rebuild 1
17
+ sha256 arm64_tahoe: "1ce9081459f9e509c5084f863cd9b13c1c5230b0f599ae939da9cbbf5daad25f"
18
+ sha256 arm64_sequoia: "c6ae87c59606e76c23810fcee165a65f19c6f64d000abcbce08979fbce72c756"
19
+ sha256 arm64_sonoma: "ef19b52da711366c3b9380eed2d52c2ca5745ad1bf17d1f088771e591d13d39f"
20
+ end
21
+
22
23
depends_on "cmake" => :build
24
depends_on "gcc" => :build
0 commit comments