Skip to content

Commit 087d525

Browse files
authored
Merge pull request Homebrew#193194 from Homebrew/bump-hypre-2.32.0
hypre 2.32.0
2 parents c4e5cf3 + 4abd0e9 commit 087d525

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/h/hypre.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Hypre < Formula
22
desc "Library featuring parallel multigrid methods for grid problems"
33
homepage "https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods"
4-
url "https://github.com/hypre-space/hypre/archive/refs/tags/v2.31.0.tar.gz"
5-
sha256 "9a7916e2ac6615399de5010eb39c604417bb3ea3109ac90e199c5c63b0cb4334"
4+
url "https://github.com/hypre-space/hypre/archive/refs/tags/v2.32.0.tar.gz"
5+
sha256 "2277b6f01de4a7d0b01cfe12615255d9640eaa02268565a7ce1a769beab25fa1"
66
license any_of: ["MIT", "Apache-2.0"]
77
head "https://github.com/hypre-space/hypre.git", branch: "master"
88

@@ -12,14 +12,12 @@ class Hypre < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a5246223afd0e8da3ea00996f52da8faa1749843a1d212aa9c54d338cc6eaf7"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c2ca7caa0247193fd7e8db5a532f8bc0b7a95ddcffd919608e82010ecb341c12"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "07762e61c472e7cd090987ba54b7c7a7c51ebcf0e3b73fb25f4e8baf8b90af1c"
18-
sha256 cellar: :any_skip_relocation, arm64_monterey: "cb347369bb6d4f5b98db7f4b8aa670a219cbdea86984f24f2794dee9018b101a"
19-
sha256 cellar: :any_skip_relocation, sonoma: "970c7d80bbf3b1266e3109c279775c8e7c6377f88a69236adf01e9bb3f941a8a"
20-
sha256 cellar: :any_skip_relocation, ventura: "4fc865a9da72f13f6972418cb005960c9dd284acf624d3414854a81af10376ce"
21-
sha256 cellar: :any_skip_relocation, monterey: "468fc9bf92081aa162b282c1b98b0c9481419f9318b9867248617eb2cb1524c9"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c253769438511500e428dc15f9f3b264a3dd743864c4771085a8f1c3b58b361a"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6bb569f455b6a558e1560208f709c4339b2e735730bb207b5aeb1664d6da7f0b"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0cc61d2ca6a31921d675b0fffa2e6b52a6b968342928cf4af5b288730640499f"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ad27f8eecedf4fb1147eb571f2937e04be18a51cdd121e04428b0d9b61ffa8cd"
18+
sha256 cellar: :any_skip_relocation, sonoma: "74ce43873f22dcf17713fdbfa2fde36623b78c58000a1cee1d25026576a4320c"
19+
sha256 cellar: :any_skip_relocation, ventura: "ca7593f855ad9e3a934352eb3531d14402dcd48493bbc780c2cff79f2fc14617"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f3acee0b6a075972c6b1350fe5a935b904ed4c1fa8906f81a767b1bcb4f3cf0b"
2321
end
2422

2523
depends_on "gcc" # for gfortran

0 commit comments

Comments
 (0)