mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/geos: Updated for version 3.12.0.
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d23a800b96
commit
2af6aa935c
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=geos
|
||||
VERSION=${VERSION:-3.11.2}
|
||||
VERSION=${VERSION:-3.12.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="geos"
|
||||
VERSION="3.11.2"
|
||||
VERSION="3.12.0"
|
||||
HOMEPAGE="https://libgeos.org/"
|
||||
DOWNLOAD="https://download.osgeo.org/geos/geos-3.11.2.tar.bz2"
|
||||
MD5SUM="5967d369c641f0fad42258fcb22af6b5"
|
||||
DOWNLOAD="https://download.osgeo.org/geos/geos-3.12.0.tar.bz2"
|
||||
MD5SUM="b2538c3b0b719c64797256ceef5fcc78"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue