We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f4294 commit 0de325dCopy full SHA for 0de325d
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.5"
16
+ rebuild 1
17
+ sha256 arm64_tahoe: "991bfe7925151ade6aacab426e5e4bade8c34a17ebe453dcf41e482f53d36488"
18
+ sha256 arm64_sequoia: "d1c4e427fb43e5ebce4a399546fc86284d9635f3f3e7ceb09f4507b70e8a2100"
19
+ sha256 arm64_sonoma: "5f24b34a14f2bff37533a481256692bbe0f585b0667ee142d617fbb840479349"
20
+ end
21
+
22
depends_on "cmake" => :build
23
depends_on "gcc" => :build
24
0 commit comments