We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb6471 commit e24e0a8Copy full SHA for e24e0a8
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.3.2"
16
+ rebuild 1
17
+ sha256 arm64_tahoe: "8099c6db761d817ed13b4013d273b79593d81b0bf0abe341dfea904dd688a0e5"
18
+ sha256 arm64_sequoia: "ce7d25f9cc8ce97e9fb4ccfe7f1b3a87ed798481dd244cf086815b48f22259b6"
19
+ sha256 arm64_sonoma: "3d7411f35f58a33729ba93a000556cb8dd6251933650afd55169201dc34bb0cd"
20
+ end
21
+
22
depends_on "cmake" => :build
23
depends_on "gcc" => :build
24
0 commit comments