summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Honeyager <ryan@honeyager.info>2021-03-18 08:47:20 -0400
committerGitHub <noreply@github.com>2021-03-18 12:47:20 +0000
commitc6f3f57c3141692479e63d88e3110199bb6b8136 (patch)
tree027f3deced4e5dde7f8d925cee3f5d69f7381948
parentf901c61e684a251c4396221517ff492a741dd946 (diff)
downloadspack-c6f3f57c3141692479e63d88e3110199bb6b8136.tar.gz
spack-c6f3f57c3141692479e63d88e3110199bb6b8136.tar.bz2
spack-c6f3f57c3141692479e63d88e3110199bb6b8136.tar.xz
spack-c6f3f57c3141692479e63d88e3110199bb6b8136.zip
Add udunits2 v2.2.28 and target the new UCAR repository (#22370)
-rw-r--r--var/spack/repos/builtin/packages/udunits/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/udunits/package.py b/var/spack/repos/builtin/packages/udunits/package.py
index 732bc06c5f..4c6ae1f2ac 100644
--- a/var/spack/repos/builtin/packages/udunits/package.py
+++ b/var/spack/repos/builtin/packages/udunits/package.py
@@ -10,8 +10,9 @@ class Udunits(AutotoolsPackage):
"""Automated units conversion"""
homepage = "http://www.unidata.ucar.edu/software/udunits"
- url = "https://www.gfd-dennou.org/arch/ucar/unidata/pub/udunits/udunits-2.2.24.tar.gz"
+ url = "https://artifacts.unidata.ucar.edu/repository/downloads-udunits/udunits-2.2.28.tar.gz"
+ version('2.2.28', sha256='590baec83161a3fd62c00efa66f6113cec8a7c461e3f61a5182167e0cc5d579e')
version('2.2.24', sha256='20bac512f2656f056385429a0e44902fdf02fc7fe01c14d56f3c724336177f95')
version('2.2.23', sha256='b745ae10753fe82cdc7cc834e6ce471ca7c25ba2662e6ff93be147cb3d4fd380')
version('2.2.21', sha256='a154d1f8428c24e92723f9e50bdb5cc00827e3f5ff9cba64d33e5409f5c03455')