gis/saga-gis: Updated for version 6.4.0.

This commit is contained in:
Benjamin Trigona-Harany 2018-07-06 22:20:10 -07:00 committed by Willy Sudiarto Raharjo
parent b02575b22b
commit 5c3bfc37b0
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 7 additions and 4 deletions

View File

@ -8,3 +8,6 @@ environments (shell scripts, Python, R and so on).
SAGA can use these optional dependencies: libharu, opencv, postgresql and
qhull. SAGA currently does not build when vigra is installed.
If SAGA fails to run after an upgrade, uninstall old versions of SAGA before
compilation.

View File

@ -24,7 +24,7 @@
PRGNAM=saga
PKGNAM=${PRGNAM}-gis
VERSION=${VERSION:-6.3.0}
VERSION=${VERSION:-6.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="saga-gis"
VERSION="6.3.0"
VERSION="6.4.0"
HOMEPAGE="http://www.saga-gis.org"
DOWNLOAD="https://sourceforge.net/projects/saga-gis/files/SAGA%20-%206/SAGA%20-%206.3.0/saga-6.3.0.tar.gz"
MD5SUM="86fe833870f1ab49b497686bc9601363"
DOWNLOAD="https://sourceforge.net/projects/saga-gis/files/SAGA%20-%206/SAGA%20-%206.4.0/saga-6.4.0.tar.gz"
MD5SUM="8c4da533c439c0a09a6417b1a64c14f3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal wxGTK3"