add version 2.0.3.2 to r-gdalutils (#20985)

This commit is contained in:
Glenn Johnson 2021-01-16 08:27:47 -06:00 committed by GitHub
parent a539cfc857
commit 9c4c558e2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,13 @@
class RGdalutils(RPackage):
"""gdalUtils: Wrappers for the Geospatial Data Abstraction Library"""
"""Wrappers for the Geospatial Data Abstraction Library (GDAL) Utilities"""
homepage = "https://cloud.r-project.org/package=gdalUtils"
url = "https://cloud.r-project.org/src/contrib/gdalUtils_2.0.1.14.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/gdalUtils"
version('2.0.3.2', sha256='4c6faabee2db8a87b7ea0f8e67e9fce3c5db7f4be353d7d86ea559507cbb2a4f')
version('2.0.1.14', sha256='890a502b2eb5f1b23655fab94caad5d32adca05b93f5db1d96d9dcde3f0e7737')
depends_on('r@2.14.0:', type=('build', 'run'))