Skip to content

Commit ae728e4

Browse files
mfc: v5.1.2
1 parent 8f93f76 commit ae728e4

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.0.tar.gz"
10-
sha256 "4684bee6a529287f243f8929fb7edb0dfebbb04df7c1806459761c9a6c9261cf"
9+
url "https://github.com/MFlowCode/MFC/archive/refs/tags/v5.1.2.tar.gz"
10+
sha256 "015189a3b677d53a29471cfcb85e88a2c64c747a6898465be7ff5723cf6db6f8"
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.0"
16-
rebuild 1
17-
sha256 arm64_tahoe: "b5673f36d90f661bbd221a7941873123ec32b5e6dd6cfc67534ffa7e8b4feb72"
18-
sha256 arm64_sequoia: "e5ae1ca576d4a73d39623e07659e3a156222623f7f22fc3c2b4d7874bd70c62d"
19-
sha256 arm64_sonoma: "184d37d0966372d6d72d61339e4ea9e5bbb34012950ff871de17e8b967dd282b"
20-
end
21-
2214
depends_on "cmake" => :build
2315
depends_on "gcc" => :build
2416

0 commit comments

Comments
 (0)