academic/gwyddion: Updated for version 2.60.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Daniil Bratashov 2022-04-22 21:52:26 +01:00 committed by Willy Sudiarto Raharjo
parent 49d042c841
commit 47744bf5ba
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 7 additions and 7 deletions

View File

@ -4,4 +4,4 @@ height fields obtained by means of scanning probe microscopy techniques
(AFM, MFM, STM, SNOM/NSOM), however it can be generally used for any
other height field and image analysis.
libminizip is an optional dependency.
libunique and hdf5 are the optional dependencies.

View File

@ -2,7 +2,7 @@
# Slackware build script for gwyddion
# Copyright 2012-2017 Daniil Bratashov <dn2010@gmail.com>
# Copyright 2012-2022 Daniil Bratashov <dn2010@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gwyddion
VERSION=${VERSION:-2.58}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.60}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="gwyddion"
VERSION="2.58"
VERSION="2.60"
HOMEPAGE="http://gwyddion.net"
DOWNLOAD="http://downloads.sourceforge.net/gwyddion/gwyddion-2.58.tar.xz"
MD5SUM="a1157cd107049fdc141aec268f9b0032"
DOWNLOAD="http://downloads.sourceforge.net/gwyddion/gwyddion-2.60.tar.xz"
MD5SUM="319b97283c9948cf08f4cbeff3da8127"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtkglext"