summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
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
commit484671ab2e6490018e827c9b885dc155c0bdf37f (patch)
tree2d908c16b55be2a056bb9f39ec2b2d981556c5b8 /gis
parent96cc0ab4aaca4fb0ea824d0d21019cbd4fc8403b (diff)
downloadslackbuilds-484671ab2e6490018e827c9b885dc155c0bdf37f.tar.gz
slackbuilds-484671ab2e6490018e827c9b885dc155c0bdf37f.tar.xz
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')
-rw-r--r--gis/gdal/gdal.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/gis/gdal/gdal.info b/gis/gdal/gdal.info
index 5dd3213202..d82dff7901 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=""