mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/geos: Updated for version 3.8.1.
This commit is contained in:
parent
3069201e8b
commit
5729fca413
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for geos
|
||||
# Written by Kyle Guinn <elyk03@gmail.com>
|
||||
# Maintained 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Maintained 2013-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=geos
|
||||
VERSION=${VERSION:-3.8.0}
|
||||
VERSION=${VERSION:-3.8.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="geos"
|
||||
VERSION="3.8.0"
|
||||
VERSION="3.8.1"
|
||||
HOMEPAGE="http://trac.osgeo.org/geos/"
|
||||
DOWNLOAD="http://download.osgeo.org/geos/geos-3.8.0.tar.bz2"
|
||||
MD5SUM="6fe3ad412a1162b2ed7c7ed52ed974c0"
|
||||
DOWNLOAD="http://download.osgeo.org/geos/geos-3.8.1.tar.bz2"
|
||||
MD5SUM="9d25df02a2c4fcc5a59ac2fb3f0bd977"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue