gis/python3-basemap: Updated for version 1.3.9.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2023-12-31 20:15:50 +07:00 committed by Willy Sudiarto Raharjo
parent ab328d6629
commit 52d3d015d3
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.8}
VERSION=${VERSION:-1.3.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

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