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)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=Shapely
|
PRGNAM=Shapely
|
||||||
VERSION=${VERSION:-1.7.1}
|
VERSION=${VERSION:-1.8.0}
|
||||||
BUILD=${BUILD:-3}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="Shapely"
|
PRGNAM="Shapely"
|
||||||
VERSION="1.7.1"
|
VERSION="1.8.0"
|
||||||
HOMEPAGE="https://github.com/Toblerity/Shapely"
|
HOMEPAGE="https://github.com/Toblerity/Shapely"
|
||||||
DOWNLOAD="https://github.com/Toblerity/Shapely/archive/1.7.1/Shapely-1.7.1.tar.gz"
|
DOWNLOAD="https://github.com/Toblerity/Shapely/archive/1.8.0/Shapely-1.8.0.tar.gz"
|
||||||
MD5SUM="487d42043d56ee28ad2b5a42bba15db8"
|
MD5SUM="c76e55b2fbe60207b669739388756f96"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="geos"
|
REQUIRES="geos"
|
||||||
|
|
Loading…
Reference in a new issue