diff options
Diffstat (limited to 'gis/GMT/GMT.SlackBuild')
-rw-r--r-- | gis/GMT/GMT.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/GMT/GMT.SlackBuild b/gis/GMT/GMT.SlackBuild index 0bc45cc508ddf..6321e34261786 100644 --- a/gis/GMT/GMT.SlackBuild +++ b/gis/GMT/GMT.SlackBuild @@ -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 |