packmol: add v20.0.0 (#37496)

* packmol: add v20.0.0
* Fix zoltan homepage url
This commit is contained in:
Alec Scott 2023-05-15 14:29:01 -07:00 committed by GitHub
parent 47d206611a
commit 1cf6a15a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -13,4 +13,5 @@ class Packmol(CMakePackage):
homepage = "https://m3g.iqm.unicamp.br/packmol/home.shtml"
url = "https://github.com/mcubeg/packmol/archive/18.169.tar.gz"
version("20.0.0", sha256="4faa1c8d5e5db2e935fbc23e7167df7e0b85aa0993c57b74cb897d13e5cf2202")
version("18.169", sha256="8acf2cbc742a609e763eb00cae55aecd09af2edb4cc4e931706e2f06ac380de9")

View File

@ -20,7 +20,7 @@ class Zoltan(AutotoolsPackage):
"""
homepage = "http://www.cs.sandia.gov/zoltan"
homepage = "https://sandialabs.github.io/Zoltan/"
url = "https://github.com/sandialabs/Zoltan/archive/v3.83.tar.gz"
version("3.901", sha256="030c22d9f7532d3076e40cba1f03a63b2ee961d8cc9a35149af4a3684922a910")