Skip to content

Commit 9775fb3

Browse files
mfc: v5.1.0
1 parent e0db6de commit 9775fb3

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/MFlowCode/MFC/archive/refs/tags/v5.1.1.tar.gz"
10-
sha256 "26f28c4aec0ae50919898e489e0e3320ab341cfe4522f86473925598058d9d23"
9+
url "https://github.com/MFlowCode/MFC/archive/refs/tags/v5.1.0.tar.gz"
10+
sha256 "4684bee6a529287f243f8929fb7edb0dfebbb04df7c1806459761c9a6c9261cf"
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.1.1"
16-
rebuild 2
17-
sha256 arm64_tahoe: "587156fda539c2d12fdc8a83e71ddab01828d30814d621ec7cf89e8ce4eff8fa"
18-
sha256 arm64_sequoia: "8d6ed2ecb606dbe3a94eb917a09a19665ba288639185a7ea079837bc545785bc"
19-
sha256 arm64_sonoma: "6dcceadaca3f59d6ddfabbaf4da7cc19568a72d211c8a75f370564396da306c4"
20-
end
21-
2214
depends_on "cmake" => :build
2315
depends_on "gcc" => :build
2416

0 commit comments

Comments
 (0)