gis/geos: Updated for version 3.10.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
416c5d4150
commit
d61a2c4cdc
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=geos
|
||||
VERSION=${VERSION:-3.10.0}
|
||||
VERSION=${VERSION:-3.10.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="geos"
|
||||
VERSION="3.10.0"
|
||||
VERSION="3.10.1"
|
||||
HOMEPAGE="https://trac.osgeo.org/geos/"
|
||||
DOWNLOAD="https://github.com/libgeos/geos/archive/refs/tags/3.10.0.tar.gz"
|
||||
MD5SUM="fcc81ca6514bb653e6c7cbb08955ab95"
|
||||
DOWNLOAD="https://github.com/libgeos/geos/archive/refs/tags/3.10.1.tar.gz"
|
||||
MD5SUM="b5bf4a73e5a1a3ecd2501fb986367844"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue