Skip to content

Commit f9c32a5

Browse files
committed
mfc: v5.2.1 (retagged with Homebrew namelist parser fix)
1 parent f4ea4c3 commit f9c32a5

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/sbryngelson/MFC/archive/refs/tags/v5.2.2.tar.gz"
10-
sha256 "a864db47db555a7a9bf67d052d37415ae529206655b7259ab4b9d061336e8bc0"
9+
url "https://github.com/MFlowCode/MFC/archive/refs/tags/v5.2.1.tar.gz"
10+
sha256 "39a934b6bee9b258cead58d7899ecbca3d78106d82fa6d195c618bd7db79c501"
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.2"
16-
rebuild 1
17-
sha256 arm64_tahoe: "22bf1b8f977a00adb07d9f32957b6b117da3d6f94133fb9e8ac8998bb24663b7"
18-
sha256 arm64_sequoia: "60acb28f24ee38f6a77ca086c694cca5eedf215ebda420eeaba4cb3a004d0b6d"
19-
sha256 arm64_sonoma: "4e56588badd7bcd212a4ee5a115810dd57a77a7e5c6fab6ff1e09930e3d9d3fc"
20-
end
21-
2214
depends_on "cmake" => :build
2315
depends_on "gcc" => :build
2416

0 commit comments

Comments
 (0)