gis/GMT: Updated for version 6.4.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2023-08-27 08:48:01 +07:00 committed by Willy Sudiarto Raharjo
parent c6b970955a
commit 9321f57ba0
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ GSHHG=gshhg
GSHHG_VERSION=${GSHHG_VERSION:-2.3.7}
DCW=dcw
DCW_VERSION=${DCW_VERSION:-2.1.1}
DCW_VERSION=${DCW_VERSION:-2.1.2}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View File

@ -3,10 +3,10 @@ VERSION="6.4.0"
HOMEPAGE="https://www.generic-mapping-tools.org/"
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"
https://github.com/GenericMappingTools/dcw-gmt/releases/download/2.1.2/dcw-gmt-2.1.2.tar.gz"
MD5SUM="4fe162932425feff35b01107b9b427b9 \
8ee2653f9daf84d49fefbf990bbfa1e7 \
52644de3c3c720b59961d23d805d3497"
b9375db7042963c7649e4f62a81df796"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal netcdf Sphinx"