diff options
author | Giancarlo Dessi <slack@giand.it> | 2023-09-15 20:32:06 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:19 +0700 |
commit | fb8e7ae0f0da74d4ed5c77b8422f08898b477a71 (patch) | |
tree | fc4723aab64152a8480b5995a37ec4d37507f4ad | |
parent | 51afd61596781023ff87c41507ddf1e48fca374a (diff) |
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>
-rw-r--r-- | gis/saga-gis/saga-gis.SlackBuild | 5 | ||||
-rw-r--r-- | gis/saga-gis/saga-gis.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/gis/saga-gis/saga-gis.SlackBuild b/gis/saga-gis/saga-gis.SlackBuild index 9290d4dd19a1..df58249eda65 100644 --- a/gis/saga-gis/saga-gis.SlackBuild +++ b/gis/saga-gis/saga-gis.SlackBuild @@ -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 diff --git a/gis/saga-gis/saga-gis.info b/gis/saga-gis/saga-gis.info index a3749139aaba..64311302d430 100644 --- a/gis/saga-gis/saga-gis.info +++ b/gis/saga-gis/saga-gis.info @@ -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" |