We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae5a25 commit 8ddfed6Copy full SHA for 8ddfed6
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.1.3"
16
+ rebuild 1
17
+ sha256 arm64_tahoe: "a12e2dfa193d27bd4fb1bc3902ac91475cdd1b255d8787a363d98cac4b26bddc"
18
+ sha256 arm64_sequoia: "cc77a8312e35a0b4e84102d198bac9283601c6640aa92a029009bc6ad1c782d5"
19
+ sha256 arm64_sonoma: "c45d089386d1bc1f3f9186ee35560dcd1f8e3b389f17082c342d06fdfde81a0c"
20
+ end
21
+
22
depends_on "cmake" => :build
23
depends_on "gcc" => :build
24
0 commit comments