gis/python3-basemap: Updated for version 1.4.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2024-01-11 13:00:54 +07:00 committed by Willy Sudiarto Raharjo
parent 6cfe817768
commit 538cd39b6f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-basemap
SRCNAM=basemap
VERSION=${VERSION:-1.3.9}
VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-basemap"
VERSION="1.3.9"
VERSION="1.4.0"
HOMEPAGE="https://github.com/matplotlib/basemap"
DOWNLOAD="https://github.com/matplotlib/basemap/archive/v1.3.9/basemap-1.3.9.tar.gz"
MD5SUM="7bfca7c1f13ced798b6cdf23167c57c8"
DOWNLOAD="https://github.com/matplotlib/basemap/archive/v1.4.0/basemap-1.4.0.tar.gz"
MD5SUM="c0d5ae8c0d07e13bc0a329cb237b6f02"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos python3-pyproj python3-pyshp python3-matplotlib"