mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/gwyddion: Updated for version 2.20.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
fa27af5efa
commit
b21bdb0137
2 changed files with 4 additions and 6 deletions
|
@ -5,16 +5,14 @@
|
|||
# Written by Daniil Bratashov <dn2010@gmail.com>
|
||||
|
||||
PRGNAM=gwyddion
|
||||
VERSION=${VERSION:-2.19}
|
||||
VERSION=${VERSION:-2.20}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gwyddion"
|
||||
VERSION="2.19"
|
||||
VERSION="2.20"
|
||||
HOMEPAGE="http://gwyddion.net"
|
||||
DOWNLOAD="http://prdownloads.sourceforge.net/gwyddion/gwyddion-2.19.tar.bz2"
|
||||
MD5SUM="5c61913df1abf78783ad9dd5e1faa505"
|
||||
DOWNLOAD="http://prdownloads.sourceforge.net/gwyddion/gwyddion-2.20.tar.bz2"
|
||||
MD5SUM="47eea426d4a6f3b16499766246a002e0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Daniil Bratashov"
|
||||
|
|
Loading…
Reference in a new issue