summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Cristiano Urban <cristiano.urban.slack@gmail.com>2023-08-26 19:32:26 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-26 19:07:04 +0700
commit0f75265486f1e9e79c6534d09cd127789aae5db5 (patch)
tree1e364ee55f6707784388f014ebe5da88a81d9965
parentff572ff2fcb99b4ed3724b6c9efd8251ecdd3ea9 (diff)
downloadslackbuilds-0f75265486f1e9e79c6534d09cd127789aae5db5.tar.gz
slackbuilds-0f75265486f1e9e79c6534d09cd127789aae5db5.tar.xz
gis/python3-basemap: Updated for version 1.3.8.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--gis/python3-basemap/python3-basemap.SlackBuild2
-rw-r--r--gis/python3-basemap/python3-basemap.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/gis/python3-basemap/python3-basemap.SlackBuild b/gis/python3-basemap/python3-basemap.SlackBuild
index 0c88afd871..429c7a23a7 100644
--- a/gis/python3-basemap/python3-basemap.SlackBuild
+++ b/gis/python3-basemap/python3-basemap.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-basemap
SRCNAM=basemap
-VERSION=${VERSION:-1.3.7}
+VERSION=${VERSION:-1.3.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/gis/python3-basemap/python3-basemap.info b/gis/python3-basemap/python3-basemap.info
index a9a493d8c8..84f7a075b2 100644
--- a/gis/python3-basemap/python3-basemap.info
+++ b/gis/python3-basemap/python3-basemap.info
@@ -1,8 +1,8 @@
PRGNAM="python3-basemap"
-VERSION="1.3.7"
+VERSION="1.3.8"
HOMEPAGE="https://github.com/matplotlib/basemap"
-DOWNLOAD="https://github.com/matplotlib/basemap/archive/v1.3.7/basemap-1.3.7.tar.gz"
-MD5SUM="3951b7648fe1683fecd82f0ff2a21d0d"
+DOWNLOAD="https://github.com/matplotlib/basemap/archive/v1.3.8/basemap-1.3.8.tar.gz"
+MD5SUM="918d8a76eceae247af426ce648fe5c26"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos python3-pyproj python3-pyshp python3-matplotlib"