From bc276d9961e3cfcc6597bd04943a4d24136b4883 Mon Sep 17 00:00:00 2001 From: J0WI <J0WI@users.noreply.github.com> Date: Sun, 31 Oct 2021 13:38:14 +0100 Subject: [PATCH] community/libgeotiff: update src url to https --- community/libgeotiff/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/libgeotiff/APKBUILD b/community/libgeotiff/APKBUILD index 83c02f4177c0..3ce11b8ca702 100644 --- a/community/libgeotiff/APKBUILD +++ b/community/libgeotiff/APKBUILD @@ -18,7 +18,7 @@ subpackages=" $pkgname-dev $pkgname-doc " -source="http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-$pkgver.tar.gz" +source="https://download.osgeo.org/geotiff/libgeotiff/libgeotiff-$pkgver.tar.gz" build() { ./configure \ -- GitLab