Skip to content

Commit 6018cfe

Browse files
Update MFC to v5.3.3
1 parent e24e0a8 commit 6018cfe

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

Formula/mfc.rb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,11 @@
66
class Mfc < Formula
77
desc "Exascale multiphase/multiphysics compressible flow solver"
88
homepage "https://mflowcode.github.io/"
9-
url "https://github.com/MFlowCode/MFC/archive/refs/tags/v5.3.2.tar.gz"
10-
sha256 "1dd029b89dadd8035ade09b8dc765fb5e830484f42eb750a9b3a43dcd8a4132b"
9+
url "https://github.com/MFlowCode/MFC/archive/refs/tags/v5.3.3.tar.gz"
10+
sha256 "7e1ae91a1fe27b7a48189a3e4d47c51a1e116339134226bf5ea107ffa476377c"
1111
license "MIT"
1212
head "https://github.com/MFlowCode/MFC.git", branch: "master"
1313

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
2114

2215
depends_on "cmake" => :build
2316
depends_on "gcc" => :build

0 commit comments

Comments
 (0)