p4est: add v2.3.2 (#24311)

This commit is contained in:
Marc Fehling 2021-06-15 23:46:19 -06:00 committed by GitHub
parent ca1d1c427c
commit a067b48112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,11 @@ class P4est(AutotoolsPackage):
# Only use the official tarball releases provided on p4est.org or
# p4est.github.io. The automatically generated releases from the
# Github repository lack important parts.
url = "https://p4est.github.io/release/p4est-2.3.1.tar.gz"
url = "https://p4est.github.io/release/p4est-2.3.2.tar.gz"
maintainers = ['davydden']
version('2.3.2', sha256='076df9e5578e0e7fcfbe12e1a0b080104001f8c986ab1d5a69ec2220050df8e6')
version('2.3.1', sha256='be66893b039fb3f27aca3d5d00acff42c67bfad5aa09cea9253cdd628b2bdc9a')
version('2.2', sha256='1549cbeba29bee2c35e7cc50a90a04961da5f23b6eada9c8047f511b90a8e438')
version('2.1', sha256='07ab24bd63a652a30576fbca12c0fc068dffa615d888802d7f229fa994a9c1ef')