Add cURL 7.60.0 (#8210)

This commit is contained in:
Adam J. Stewart 2018-05-20 15:04:28 -05:00 committed by GitHub
parent e0dad09ea2
commit 478c99ce01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,8 +32,9 @@ class Curl(AutotoolsPackage):
homepage = "http://curl.haxx.se"
# URL must remain http:// so Spack can bootstrap curl
url = "http://curl.haxx.se/download/curl-7.54.0.tar.bz2"
url = "http://curl.haxx.se/download/curl-7.60.0.tar.bz2"
version('7.60.0', 'bd2aabf78ded6a9aec8a54532fd6b5d7')
version('7.59.0', 'a2192804f7c2636a09320416afcf888e')
version('7.56.0', 'e0caf257103e0c77cee5be7e9ac66ca4')
version('7.54.0', '89bb7ba87384dfbf4f1a3f953da42458')