zlib: add git url (#39533)

This commit is contained in:
Wouter Deconinck 2023-08-21 01:04:28 -05:00 committed by GitHub
parent c9ec5fb9ac
commit ca1d15101e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ class Zlib(MakefilePackage, Package):
homepage = "https://zlib.net"
# URL must remain http:// so Spack can bootstrap curl
url = "http://zlib.net/fossils/zlib-1.2.11.tar.gz"
git = "https://github.com/madler/zlib.git"
version("1.2.13", sha256="b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30")
version(