Skip to content

Commit 667a50d

Browse files
Update MFC to v5.2.1
1 parent 5bc1148 commit 667a50d

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.0.tar.gz"
10-
sha256 "aaee855302950cb6bd8497170a6737214ed9a47ad3d109258f5b27ee2b78fe3d"
9+
url "https://github.com/MFlowCode/MFC/archive/refs/tags/v5.2.1.tar.gz"
10+
sha256 "8dbb24b036a7d4a4c61a5c4ebf44d035ccb87e44e17723227fcd248410e37dde"
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.0"
16-
rebuild 1
17-
sha256 arm64_tahoe: "b0c25dc3aef73aca685006f41024c0c8c3ada626a275a8559d11898cb1cb37f9"
18-
sha256 arm64_sequoia: "cbc078a350c6fda2dc5c50df549c0fec4b7dc0b31e54171755c0623f8ead92ea"
19-
sha256 arm64_sonoma: "4d204411e460f7241b38ba734c3c1a781ce0ceea0cb710a254afaf04a8a8f5ae"
20-
end
2114

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

0 commit comments

Comments
 (0)