diff options
author | ArTourter <artourter@gmail.com> | 2022-04-02 15:42:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:40 +0700 |
commit | 484671ab2e6490018e827c9b885dc155c0bdf37f (patch) | |
tree | 2d908c16b55be2a056bb9f39ec2b2d981556c5b8 /gis/gdal | |
parent | 96cc0ab4aaca4fb0ea824d0d21019cbd4fc8403b (diff) |
gis/gdal: fix download file.
using the release file from github rather than the archive source.
Somehow the archive source changed since my submission, and the archive
source has a broken symlink.
Can this be pushed quickly as currently the slackbuild doesn't work.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/gdal')
-rw-r--r-- | gis/gdal/gdal.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gis/gdal/gdal.info b/gis/gdal/gdal.info index 5dd321320242..d82dff79018a 100644 --- a/gis/gdal/gdal.info +++ b/gis/gdal/gdal.info @@ -1,7 +1,7 @@ PRGNAM="gdal" VERSION="3.4.2" HOMEPAGE="https://www.gdal.org/" -DOWNLOAD="https://github.com/OSGeo/gdal/archive/refs/tags/v3.4.2/gdal-3.4.2.tar.gz" +DOWNLOAD="https://github.com/OSGeo/gdal/releases/download/v3.4.2/gdal-3.4.2.tar.gz" MD5SUM="ee9063b8d0887a60ff507fcfed004742" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |