academic/scilab: Updated for version 5.5.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Fridrich von Stauffenberg 2015-05-16 08:50:56 +07:00 committed by Willy Sudiarto Raharjo
parent 774254dbe4
commit 79ab84b9db
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for Scilab
# Copyright 2011-2014 Fridrich von Stauffenberg <cancellor2@gmail.com>
# Copyright 2011-2015 Fridrich von Stauffenberg <cancellor2@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=scilab
VERSION=${VERSION:-5.5.1}
VERSION=${VERSION:-5.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="scilab"
VERSION="5.5.1"
VERSION="5.5.2"
HOMEPAGE="http://scilab.org"
DOWNLOAD="http://www.scilab.org/download/5.5.1/scilab-5.5.1.bin.linux-i686.tar.gz"
MD5SUM="d59ae5b5e5011b0b9130c347ed3919d6"
DOWNLOAD_x86_64="http://www.scilab.org/download/5.5.1/scilab-5.5.1.bin.linux-x86_64.tar.gz"
MD5SUM_x86_64="f84f76afe6646d5a46b8c107f00a0997"
DOWNLOAD="http://www.scilab.org/download/5.5.2/scilab-5.5.2.bin.linux-i686.tar.gz"
MD5SUM="71d794854e85d484b12a8b8c954f03c4"
DOWNLOAD_x86_64="http://www.scilab.org/download/5.5.2/scilab-5.5.2.bin.linux-x86_64.tar.gz"
MD5SUM_x86_64="c24553bc2bf9871d71decd99c2d73d78"
REQUIRES="jdk"
MAINTAINER="Fridrich von Stauffenberg"
EMAIL="cancellor2@gmail.com"