udunits: Update download URL (#32390)
* udunits: Update download URL * udunits: Deprecate older versions Unidata now only provides the latest version of each X.Y branch. Older 2.2 versions have been deprecated accordingly but are still available in the build cache. Co-authored-by: RemiLacroix-IDRIS <RemiLacroix-IDRIS@users.noreply.github.com> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
This commit is contained in:
		| @@ -10,11 +10,26 @@ class Udunits(AutotoolsPackage): | |||||||
|     """Automated units conversion""" |     """Automated units conversion""" | ||||||
| 
 | 
 | ||||||
|     homepage = "https://www.unidata.ucar.edu/software/udunits" |     homepage = "https://www.unidata.ucar.edu/software/udunits" | ||||||
|     url = "https://artifacts.unidata.ucar.edu/repository/downloads-udunits/udunits-2.2.28.tar.gz" |     url = "https://artifacts.unidata.ucar.edu/repository/downloads-udunits/2.2.28/udunits-2.2.28.tar.gz" | ||||||
| 
 | 
 | ||||||
|  |     # Unidata now only provides the latest version of each X.Y branch. | ||||||
|  |     # Older 2.2 versions have been deprecated accordingly but are still | ||||||
|  |     # available in the build cache. | ||||||
|     version("2.2.28", sha256="590baec83161a3fd62c00efa66f6113cec8a7c461e3f61a5182167e0cc5d579e") |     version("2.2.28", sha256="590baec83161a3fd62c00efa66f6113cec8a7c461e3f61a5182167e0cc5d579e") | ||||||
|     version("2.2.24", sha256="20bac512f2656f056385429a0e44902fdf02fc7fe01c14d56f3c724336177f95") |     version( | ||||||
|     version("2.2.23", sha256="b745ae10753fe82cdc7cc834e6ce471ca7c25ba2662e6ff93be147cb3d4fd380") |         "2.2.24", | ||||||
|     version("2.2.21", sha256="a154d1f8428c24e92723f9e50bdb5cc00827e3f5ff9cba64d33e5409f5c03455") |         sha256="20bac512f2656f056385429a0e44902fdf02fc7fe01c14d56f3c724336177f95", | ||||||
|  |         deprecated=True, | ||||||
|  |     ) | ||||||
|  |     version( | ||||||
|  |         "2.2.23", | ||||||
|  |         sha256="b745ae10753fe82cdc7cc834e6ce471ca7c25ba2662e6ff93be147cb3d4fd380", | ||||||
|  |         deprecated=True, | ||||||
|  |     ) | ||||||
|  |     version( | ||||||
|  |         "2.2.21", | ||||||
|  |         sha256="a154d1f8428c24e92723f9e50bdb5cc00827e3f5ff9cba64d33e5409f5c03455", | ||||||
|  |         deprecated=True, | ||||||
|  |     ) | ||||||
| 
 | 
 | ||||||
|     depends_on("expat") |     depends_on("expat") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Rémi Lacroix
					Rémi Lacroix