Skip to content

Commit 8d0b928

Browse files
Update MFC to v5.3.1
1 parent d822a06 commit 8d0b928

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.0.tar.gz"
10-
sha256 "e60534fdf4d92c72de9d222da31197767cd957a5ac1503db43e0b7679df65124"
9+
url "https://github.com/MFlowCode/MFC/archive/refs/tags/v5.3.1.tar.gz"
10+
sha256 "61348e758b38a8f6440f74118fc82ebf17eeed7ca054c90381ff6628f21af2d0"
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.0"
16-
rebuild 1
17-
sha256 arm64_tahoe: "f419b83d451d43559218d2436a5961f3c0cc95137872c1018d55f725b443b7cc"
18-
sha256 arm64_sequoia: "180db6a8412b70e2e5fa2d77d9051bce12de61c12512001fafd3149f1eeb42e8"
19-
sha256 arm64_sonoma: "2feb397831e87d687ea1156d8be9278660f528db2453a7bcb1d1e919cec363d7"
20-
end
2114

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

0 commit comments

Comments
 (0)