Skip to content

Commit 860dea7

Browse files
Update MFC to v5.6.0
1 parent c87c086 commit 860dea7

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.5.0.tar.gz"
10-
sha256 "05499f28291654ee5cc7f4344c85b5b12707e43e8408e7a28b96e43020e42959"
9+
url "https://github.com/MFlowCode/MFC/archive/refs/tags/v5.6.0.tar.gz"
10+
sha256 "775ea99450cd6e4cc7f4789602439b6f552c4e1430801088df02d8a6957fc240"
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.5.0"
16-
rebuild 2
17-
sha256 arm64_tahoe: "95a62e2d903618355904a5aa9802253412eff8b485be1f53b879d07b8c058e7d"
18-
sha256 arm64_sequoia: "ddc5395a7322d875274d6d4b0bd502e107a33a8f22421329cb2138d5f0097c36"
19-
sha256 arm64_sonoma: "217ba43ec872f550709a7889a625a1ad92f7a12903268ce00ea36c1593718118"
20-
end
2114

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

0 commit comments

Comments
 (0)