Skip to content

Commit 55eff99

Browse files
authored
Merge pull request Homebrew#251852 from Homebrew/bump-petsc-3.24.1
petsc petsc-complex 3.24.1
2 parents 80f01ae + 8b53d9c commit 55eff99

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Formula/p/petsc-complex.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
class PetscComplex < Formula
22
desc "Portable, Extensible Toolkit for Scientific Computation (complex)"
33
homepage "https://petsc.org/"
4-
url "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.24.0.tar.gz"
5-
sha256 "cc9063d80cae3ca87dd34586a92bac49613818a0689d9eac1bd91a799c5d0983"
4+
url "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.24.1.tar.gz"
5+
sha256 "d77f3fd5187a72ce5b68a056aa8fcccd37b6dc7a388991d1d8fa0bde32b0abc8"
66
license "BSD-2-Clause"
77

88
livecheck do
99
formula "petsc"
1010
end
1111

1212
bottle do
13-
sha256 arm64_tahoe: "aab553864cc01cd50b839d546774430d75386e6fae35ca63c2c25549f7aea75b"
14-
sha256 arm64_sequoia: "4d6a6ed289d27bdf8ba2ad1b707be117d4445e546f2c034e19e79e29c619578d"
15-
sha256 arm64_sonoma: "af22d1f5b0382c25dd417e075cce1916c6e82d20e3b9755f66f602491bc7264a"
16-
sha256 sonoma: "cc550d2b6249700d35f69a87f5e64c9c53ae58802b34869a3772631072994226"
17-
sha256 arm64_linux: "d075cbbe968dfcf762066c1d59f2b7589ac728259152eaf1702e69b6a1084ab3"
18-
sha256 x86_64_linux: "1b6ee5c2569ab2593fa1db787e0511ab14ce6de1b07f69e2102f438e27ecbe1b"
13+
sha256 arm64_tahoe: "6cb1c792f56a9ad68b132f95b511000d3181b45091f2c63452e3a29d2845b355"
14+
sha256 arm64_sequoia: "c369a00b8413d43c5933812861a23b32653144735bd542d6145819f69c56a7a5"
15+
sha256 arm64_sonoma: "cf2bd792797a99a695a2ec71ff0ac90e5cc11f693a326cefe696093993918f53"
16+
sha256 sonoma: "d92c6858eb2781c51113a88a02be66904fcb66f7a41166caf202d1667f8bc7b9"
17+
sha256 arm64_linux: "7a2e34e8ca619870c6c733592dc6d45cf183944b93d94ece51192ff6e5544e32"
18+
sha256 x86_64_linux: "7b1c5d8af3c28bb5a3c703a979ef9da9b1b7c8e57338b14cb6fc984a106f72fd"
1919
end
2020

2121
depends_on "fftw"

Formula/p/petsc.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Petsc < Formula
22
desc "Portable, Extensible Toolkit for Scientific Computation (real)"
33
homepage "https://petsc.org/"
4-
url "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.24.0.tar.gz"
5-
sha256 "cc9063d80cae3ca87dd34586a92bac49613818a0689d9eac1bd91a799c5d0983"
4+
url "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.24.1.tar.gz"
5+
sha256 "d77f3fd5187a72ce5b68a056aa8fcccd37b6dc7a388991d1d8fa0bde32b0abc8"
66
license "BSD-2-Clause"
77

88
livecheck do
@@ -11,12 +11,12 @@ class Petsc < Formula
1111
end
1212

1313
bottle do
14-
sha256 arm64_tahoe: "22648cd70c54edad888b6fe3f494ca7dde6d9b46433ef602733e5e5e8a663e91"
15-
sha256 arm64_sequoia: "24203cfb0680b2ec35c0db6542931ef82f9d9232cdf48668f5018d85be88f481"
16-
sha256 arm64_sonoma: "446e822303b6cea45cc4429262bbcb532622fcab0ac9a2e8f6475b3fad94410d"
17-
sha256 sonoma: "6fbf9f778c4bd7d8dace3fe0b7dbe56894b44a40b60faf9492f7b996ece79fe7"
18-
sha256 arm64_linux: "4b49853a233d082697295495a7462c6456b74562a358d224622bbfb9fbdaf7d4"
19-
sha256 x86_64_linux: "b36c0b7b630d3a343a5d9abf37a0961163407dd4d346616e37643a80de6288ca"
14+
sha256 arm64_tahoe: "aad92757a77a819f9414a1707f0866f713135e806e8a8198b710badc104c8f2e"
15+
sha256 arm64_sequoia: "2672e05670d0f648f60db2bdbbb63078e666cf2b63dd7cb33aa90f98613f7d94"
16+
sha256 arm64_sonoma: "63a8ed53204c6a0995efa5d8a9595258fc580c9698470a073a970b99c586e8a3"
17+
sha256 sonoma: "eb5be67a5e3930184954723e036ced4362f631226de371e0de06119d2d9371ae"
18+
sha256 arm64_linux: "ab3d0d36e40c2d89460ce15dde009378e64ad254920f4172541aabcab0bb03c9"
19+
sha256 x86_64_linux: "6cfd3b5c74cfb10ede31e0e6ca4a9fe8caea3dfdba1dfad57441bb60c45aeb77"
2020
end
2121

2222
depends_on "fftw"

0 commit comments

Comments
 (0)