Skip to content

Commit 0b55a9f

Browse files
mfc: v5.4.0
1 parent 5f65e41 commit 0b55a9f

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

Formula/mfc.rb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +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.3.tar.gz"
10-
sha256 "7e1ae91a1fe27b7a48189a3e4d47c51a1e116339134226bf5ea107ffa476377c"
9+
url "https://github.com/MFlowCode/MFC/archive/refs/tags/v5.4.0.tar.gz"
10+
sha256 "e55a87a129934a3e8ba6ad7a120d35c7f20c25b16f23a1de906cdbe85e438b2b"
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.3"
16-
rebuild 2
17-
sha256 arm64_tahoe: "2a2bc46ec6ee0bb0c2d9252635be04bcfa2eeb39235126f187edee4e3e5b48a4"
18-
sha256 arm64_sequoia: "4643938bc6271ce13dea6a6953fcd2a9e23fafe04b50fedeae919a4e4342590a"
19-
sha256 arm64_sonoma: "c3e612115204ae358a964b705387f824bdf47a4f7388e07fbdd1e680fe1a3e93"
20-
end
21-
2214
depends_on "cmake" => :build
2315
depends_on "gcc" => :build
2416

0 commit comments

Comments
 (0)