diff options
author | Viktor Szakats <commit@vszakats.net> | 2018-07-30 06:27:30 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-07-31 12:49:26 (GMT) |
commit | e467d9d1ecde181ca0ae2bdcb2e8301f8b4343af (patch) | |
tree | e2e3089a61882d2975aa5991f30a1f8d6517ffa3 /src/gdal.mk | |
parent | 510e097797568d45483c290bf9ec7daec2bc7367 (diff) | |
download | mxe-e467d9d1ecde181ca0ae2bdcb2e8301f8b4343af.zip mxe-e467d9d1ecde181ca0ae2bdcb2e8301f8b4343af.tar.gz mxe-e467d9d1ecde181ca0ae2bdcb2e8301f8b4343af.tar.bz2 |
Secure URLs
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 94a1342..5276bc0 100644 --- a/src/gdal.mk +++ b/src/gdal.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := gdal -$(PKG)_WEBSITE := http://www.gdal.org/ +$(PKG)_WEBSITE := https://www.gdal.org/ $(PKG)_DESCR := GDAL $(PKG)_IGNORE := $(PKG)_VERSION := 2.2.3 |