gis/python3-basemap: Updated for version 1.3.7.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2023-05-18 19:18:48 +01:00 committed by Willy Sudiarto Raharjo
parent b4bc5b2729
commit 300643fa1f
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.6}
VERSION=${VERSION:-1.3.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-basemap"
VERSION="1.3.6"
VERSION="1.3.7"
HOMEPAGE="https://github.com/matplotlib/basemap"
DOWNLOAD="https://github.com/matplotlib/basemap/archive/v1.3.6/basemap-1.3.6.tar.gz"
MD5SUM="11f2d8f17eab33930a993a6e6efb7d7c"
DOWNLOAD="https://github.com/matplotlib/basemap/archive/v1.3.7/basemap-1.3.7.tar.gz"
MD5SUM="3951b7648fe1683fecd82f0ff2a21d0d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos python3-pyproj python3-pyshp python3-matplotlib"