diff options
author | Sebastian Kemper <sebastian_ml@gmx.net> | 2018-02-25 20:01:23 +0100 |
---|---|---|
committer | Sebastian Kemper <sebastian_ml@gmx.net> | 2018-02-25 20:01:27 +0100 |
commit | b0c9cc9b19b5baf0c48e90ae0571b697473e3a2b (patch) | |
tree | 49e89f078503d5a41ebfc708df111494926561bb /libs/tiff/Makefile | |
parent | 47b3a829d727b3fb261583cb5582e56ff8ad8bb3 (diff) |
tiff: switch PKG_SOURCE_URL to HTTPS
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Diffstat (limited to 'libs/tiff/Makefile')
-rw-r--r-- | libs/tiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index f3dc94fb6..bc3f07d5b 100644 --- a/libs/tiff/Makefile +++ b/libs/tiff/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=4.0.9 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://download.osgeo.org/libtiff +PKG_SOURCE_URL:=https://download.osgeo.org/libtiff PKG_HASH:=6e7bdeec2c310734e734d19aae3a71ebe37a4d842e0e23dbb1b8921c0026cfcd PKG_FIXUP:=autoreconf |