Skip to content

Commit 344eaed

Browse files
Update MFC to v5.6.1
1 parent f25f361 commit 344eaed

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.6.0.tar.gz"
10-
sha256 "775ea99450cd6e4cc7f4789602439b6f552c4e1430801088df02d8a6957fc240"
9+
url "https://github.com/MFlowCode/MFC/archive/refs/tags/v5.6.1.tar.gz"
10+
sha256 "6de49b39c30e0eb6cb03e4f3c57a2b39c97fcb0b002ca1fd9d44173f7177bb2c"
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.6.0"
16-
rebuild 1
17-
sha256 arm64_tahoe: "52060bead0a40599ec68c9b0541df143cfc543a8e4d9ad8172f81bf71fea621c"
18-
sha256 arm64_sequoia: "7ce116a5ffb5c08fdde44d719aff0099900f4a9b576ed4bdd746c6c00e8785aa"
19-
sha256 arm64_sonoma: "94ca42c931f359265a8214721dd6303c6ebfda2d40a82dab9d91e2e40b1c56ab"
20-
end
2114

2215

2316
depends_on "cmake" => :build

0 commit comments

Comments
 (0)