Skip to content

Commit 908a4a1

Browse files
Update MFC to v5.2.2
1 parent 0a27fcf commit 908a4a1

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.2.1.tar.gz"
10-
sha256 "39a934b6bee9b258cead58d7899ecbca3d78106d82fa6d195c618bd7db79c501"
9+
url "https://github.com/MFlowCode/MFC/archive/refs/tags/v5.2.2.tar.gz"
10+
sha256 "1f596cd781bf6589522824feae75ab7ef4aea1eb09b0c13723c96b6f42743e7a"
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.2.1"
16-
rebuild 1
17-
sha256 arm64_tahoe: "bd8653e3356be73bee6cfe68eac370d2476dd2821cf94ac0ec42a895e3d64399"
18-
sha256 arm64_sequoia: "e5c985a3423083a87ff569012e3acc7b0f4667b59a21adf967513ad20b442145"
19-
sha256 arm64_sonoma: "5fcfdf49d451e0c0a76f78bd771f4fa67d24f7e396f1c50dd4ce21f5f0bbd7e2"
20-
end
2114

2215

2316
depends_on "cmake" => :build

0 commit comments

Comments
 (0)