gis/GMT: Updated for version 6.4.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-07-01 20:12:04 +01:00 committed by Willy Sudiarto Raharjo
parent c172cb55c5
commit b2dd8636e4
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=GMT
SRCNAM=gmt
VERSION=${VERSION:-6.3.0}
VERSION=${VERSION:-6.4.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:-2.1.0}
DCW_VERSION=${DCW_VERSION:-2.1.1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View File

@ -1,12 +1,12 @@
PRGNAM="GMT"
VERSION="6.3.0"
VERSION="6.4.0"
HOMEPAGE="https://www.generic-mapping-tools.org/"
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-2.1.0.tar.gz"
MD5SUM="51f76a3dee8afa6f8d7f396b6ae15c65 \
DOWNLOAD="https://github.com/GenericMappingTools/gmt/releases/download/6.4.0/gmt-6.4.0-src.tar.gz \
https://github.com/GenericMappingTools/gshhg-gmt/releases/download/2.3.7/gshhg-gmt-2.3.7.tar.gz \
https://github.com/GenericMappingTools/dcw-gmt/releases/download/2.1.1/dcw-gmt-2.1.1.tar.gz"
MD5SUM="4fe162932425feff35b01107b9b427b9 \
8ee2653f9daf84d49fefbf990bbfa1e7 \
4d378b0da85e9991a3b49bffe91efe80"
52644de3c3c720b59961d23d805d3497"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal netcdf Sphinx"