parent
2b539129f0
commit
b9f32b1e7a
@ -26,6 +26,7 @@ class Curl(NMakePackage, AutotoolsPackage):
|
||||
|
||||
maintainers("alecbcs")
|
||||
|
||||
version("8.0.1", sha256="9b6b1e96b748d04b968786b6bdf407aa5c75ab53a3d37c1c8c81cdb736555ccf")
|
||||
version("7.88.1", sha256="8224b45cce12abde039c12dc0711b7ea85b104b9ad534d6e4c5b4e188a61c907")
|
||||
|
||||
# Deprecated versions due to CVEs
|
||||
|
@ -71,7 +71,9 @@ class R(AutotoolsPackage):
|
||||
depends_on("blas", when="+external-lapack")
|
||||
depends_on("lapack", when="+external-lapack")
|
||||
depends_on("bzip2")
|
||||
depends_on("curl+libidn2")
|
||||
# R didn't anticipate the celebratory
|
||||
# non-breaking major version bump of curl 8.
|
||||
depends_on("curl+libidn2@:7")
|
||||
depends_on("icu4c")
|
||||
depends_on("java")
|
||||
depends_on("ncurses")
|
||||
|
Loading…
Reference in New Issue
Block a user