libgeos: use https for homepage

This commit is contained in:
Leonid Plyushch 2019-06-08 13:11:44 +03:00 committed by Henrik Grimler
parent 3f3b3ce0ba
commit 7c098d102c

View File

@ -1,8 +1,9 @@
TERMUX_PKG_HOMEPAGE=http://geos.osgeo.org/
TERMUX_PKG_HOMEPAGE=https://geos.osgeo.org/
TERMUX_PKG_DESCRIPTION="Geometry Engine, C++ port of the Java Topology Suite"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
TERMUX_PKG_VERSION=3.7.2
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=5613cd9bb5194d88481cf0a42545933313520be7e0a690c8f25f92c969147816
TERMUX_PKG_SRCURL=https://github.com/libgeos/geos/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DGEOS_BUILD_STATIC=off"