diff options
author | ArTourter <artourter@gmail.com> | 2022-07-08 17:33:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-09 10:06:14 +0700 |
commit | 0d022089036ce46b186e8793b84de64d4ba5f63f (patch) | |
tree | 00472be25978b1616e2cd574988953462ce0613f /gis/gdal/gdal.info | |
parent | 3e8057147f7fd0de4edddd9c0d4ecdce531a0abc (diff) |
gis/gdal: Updated for version 3.5.1.
- disable build testing by default
- add flag to build testing components and run make test
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/gdal/gdal.info')
-rw-r--r-- | gis/gdal/gdal.info | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gis/gdal/gdal.info b/gis/gdal/gdal.info index 19a3d1be3410f..dad7c3e41c539 100644 --- a/gis/gdal/gdal.info +++ b/gis/gdal/gdal.info @@ -1,8 +1,8 @@ PRGNAM="gdal" -VERSION="3.5.0" +VERSION="3.5.1" HOMEPAGE="https://www.gdal.org/" -DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.5.0/gdal-3.5.0.tar.gz" -MD5SUM="1df31a62405e33eacceddf53a81fc136" +DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.5.1/gdal-3.5.1.tar.gz" +MD5SUM="90ec67df8648e36795937c07406815ea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="geos proj" |