diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-03-05 03:41:39 (GMT) |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-03-10 13:59:00 (GMT) |
commit | 45d34aaac7be400a5befb5a7a67d3b7b0072bc92 (patch) | |
tree | 7e0c7bf6f06d4cf82695aa4add7c6beff849216f /src/gdal.mk | |
parent | 700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff) | |
download | mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2 |
more URL updates
Diffstat (limited to 'src/gdal.mk')
-rw-r--r-- | src/gdal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdal.mk b/src/gdal.mk index 4f83b27..f470900 100644 --- a/src/gdal.mk +++ b/src/gdal.mk @@ -15,7 +15,7 @@ $(PKG)_DEPS := gcc armadillo curl expat geos giflib gta hdf4 hdf5 \ netcdf openjpeg postgresql proj sqlite tiff zlib define $(PKG)_UPDATE - $(WGET) -q -O- 'http://trac.osgeo.org/gdal/wiki/DownloadSource' | \ + $(WGET) -q -O- 'https://trac.osgeo.org/gdal/wiki/DownloadSource' | \ $(SED) -n 's,.*gdal-\([0-9][^>]*\)\.tar.*,\1,p' | \ head -1 endef |