gis/GMT: Updated for version 6.3.0.

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2022-03-31 19:22:14 +01:00 committed by Willy Sudiarto Raharjo
parent 4115a939c9
commit 67e5dc7447
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=GMT
SRCNAM=gmt
VERSION=${VERSION:-6.1.1}
VERSION=${VERSION:-6.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -35,7 +35,7 @@ GSHHG=gshhg
GSHHG_VERSION=${GSHHG_VERSION:-2.3.7}
DCW=dcw
DCW_VERSION=${DCW_VERSION:-1.1.4}
DCW_VERSION=${DCW_VERSION:-2.1.0}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View file

@ -1,12 +1,12 @@
PRGNAM="GMT"
VERSION="6.1.1"
VERSION="6.3.0"
HOMEPAGE="https://www.generic-mapping-tools.org/"
DOWNLOAD="https://github.com/GenericMappingTools/gmt/releases/download/6.1.1/gmt-6.1.1-src.tar.gz \
DOWNLOAD="https://github.com/GenericMappingTools/gmt/releases/download/6.3.0/gmt-6.3.0-src.tar.gz \
ftp://ftp.soest.hawaii.edu/gmt/gshhg-gmt-2.3.7.tar.gz \
ftp://ftp.soest.hawaii.edu/gmt/dcw-gmt-1.1.4.tar.gz"
MD5SUM="f58535b474cbefebcc8646a745e5ca68 \
ftp://ftp.soest.hawaii.edu/gmt/dcw-gmt-2.1.0.tar.gz"
MD5SUM="51f76a3dee8afa6f8d7f396b6ae15c65 \
8ee2653f9daf84d49fefbf990bbfa1e7 \
4f30857a8b12af0f910222fceb591538"
4d378b0da85e9991a3b49bffe91efe80"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal netcdf Sphinx"