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:
parent
49d042c841
commit
47744bf5ba
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue