summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Lacroix <remi.lacroix@idris.fr>2022-08-19 20:44:14 +0200
committerGitHub <noreply@github.com>2022-08-19 18:44:14 +0000
commit56e4203450c37803d9429a898ba5aaeb5cca8643 (patch)
tree76cd5dfb57fd54320fd751fb7ee7efe3f08a1fa5
parentb0990aa1fad2ae321838b0aecd8a754fa7458c1c (diff)
downloadspack-56e4203450c37803d9429a898ba5aaeb5cca8643.tar.gz
spack-56e4203450c37803d9429a898ba5aaeb5cca8643.tar.bz2
spack-56e4203450c37803d9429a898ba5aaeb5cca8643.tar.xz
spack-56e4203450c37803d9429a898ba5aaeb5cca8643.zip
netcdf-cxx: Update the download URL (#32275)
-rw-r--r--var/spack/repos/builtin/packages/netcdf-cxx/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/netcdf-cxx/package.py b/var/spack/repos/builtin/packages/netcdf-cxx/package.py
index 2a902dddde..270408d83d 100644
--- a/var/spack/repos/builtin/packages/netcdf-cxx/package.py
+++ b/var/spack/repos/builtin/packages/netcdf-cxx/package.py
@@ -13,7 +13,7 @@ class NetcdfCxx(AutotoolsPackage):
NetCDF C++ bindings, in Spack package netcdf-cxx4."""
homepage = "https://www.unidata.ucar.edu/software/netcdf"
- url = "https://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-cxx-4.2.tar.gz"
+ url = "https://downloads.unidata.ucar.edu/netcdf-cxx/4.2/netcdf-cxx-4.2.tar.gz"
version("4.2", sha256="95ed6ab49a0ee001255eac4e44aacb5ca4ea96ba850c08337a3e4c9a0872ccd1")