mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
gis/Shapely: Updated for version 1.8.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e0d78fcf4d
commit
e23eac2ae4
2 changed files with 5 additions and 5 deletions
|
@ -26,8 +26,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=Shapely
|
||||
VERSION=${VERSION:-1.7.1}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-1.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Shapely"
|
||||
VERSION="1.7.1"
|
||||
VERSION="1.8.0"
|
||||
HOMEPAGE="https://github.com/Toblerity/Shapely"
|
||||
DOWNLOAD="https://github.com/Toblerity/Shapely/archive/1.7.1/Shapely-1.7.1.tar.gz"
|
||||
MD5SUM="487d42043d56ee28ad2b5a42bba15db8"
|
||||
DOWNLOAD="https://github.com/Toblerity/Shapely/archive/1.8.0/Shapely-1.8.0.tar.gz"
|
||||
MD5SUM="c76e55b2fbe60207b669739388756f96"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="geos"
|
||||
|
|
Loading…
Reference in a new issue