diff options
author | ArTourter <artourter@gmail.com> | 2022-11-12 01:37:41 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 22:32:18 +0700 |
commit | 3e5f3daca1c9e335a5710d38036c4341c747edcd (patch) | |
tree | 01abff2e907586ef85cf19aa164c32de43894368 /gis/gdal/gdal.info | |
parent | 02d4fb5126b7b573ce193fb1e29fcccca820de1c (diff) |
gis/gdal: Updated for versoin 3.6.0
Shared library .so-version bump.
removed MYSQL_INCLUDE_DIR invocation as compilation fails with it now
Signed-off-by: ArTourter <artourter@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 6cb0a1ecca55f..916289e6439a8 100644 --- a/gis/gdal/gdal.info +++ b/gis/gdal/gdal.info @@ -1,8 +1,8 @@ PRGNAM="gdal" -VERSION="3.5.3" +VERSION="3.6.0" HOMEPAGE="https://www.gdal.org/" -DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.5.3/gdal-3.5.3.tar.gz" -MD5SUM="d1defb6200dc419c4bfcaf1d8ebd0d4a" +DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.6.0/gdal-3.6.0.tar.gz" +MD5SUM="79c1a76eaae8f6a76de501c0c726cc5e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="geos proj" |