Skip to content

Commit 8402768

Browse files
committed
Test brewfix2 branch: fix namelist parser for Homebrew installs
1 parent 7d1e2fd commit 8402768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/mfc.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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 "8dbb24b036a7d4a4c61a5c4ebf44d035ccb87e44e17723227fcd248410e37dde"
9+
url "https://github.com/sbryngelson/MFC/archive/refs/heads/brewfix2.tar.gz"
10+
sha256 "828c4440c27f80127598023a4348c2f85f308f8cef6e036882230906a1cb8cfe"
1111
license "MIT"
1212
head "https://github.com/MFlowCode/MFC.git", branch: "master"
1313

0 commit comments

Comments
 (0)