gis/saga-gis: Updated for version 9.1.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Giancarlo Dessi 2023-09-15 20:32:06 +09:00 committed by Willy Sudiarto Raharjo
parent 51afd61596
commit fb8e7ae0f0
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 5 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=saga-gis
VERSION=${VERSION:-9.1.1}
VERSION=${VERSION:-9.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -90,7 +90,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION/saga-gis
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
@ -98,6 +98,7 @@ find -L . \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
cd saga-gis
mkdir -p build
cd build

View File

@ -1,8 +1,8 @@
PRGNAM="saga-gis"
VERSION="9.1.1"
VERSION="9.1.2"
HOMEPAGE="http://www.saga-gis.org"
DOWNLOAD="https://sourceforge.net/projects/saga-gis/files/SAGA%20-%209/SAGA%20-%209.1.1/saga-9.1.1.tar.gz/download"
MD5SUM="f9be6b58f6ec1151e0be32cd6809e9e1"
DOWNLOAD="https://sourceforge.net/projects/saga-gis/files/SAGA%20-%209/SAGA%20-%209.1.2/saga-9.1.2.tar.gz/download"
MD5SUM="4cd65860a98868c1c1c6d72e103666cd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxWidgets"