mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
academic/octave: Updated for version 4.2.2.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
This commit is contained in:
parent
52812a253b
commit
869d8f960f
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for octave
|
||||
|
||||
# Copyright 2012-2017 Kyle Guinn <elyk03@gmail.com>, USA
|
||||
# Copyright 2012-2018 Kyle Guinn <elyk03@gmail.com>, USA
|
||||
# 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=octave
|
||||
VERSION=${VERSION:-4.2.1}
|
||||
VERSION=${VERSION:-4.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="octave"
|
||||
VERSION="4.2.1"
|
||||
VERSION="4.2.2"
|
||||
HOMEPAGE="https://www.gnu.org/software/octave/"
|
||||
DOWNLOAD="ftp://ftp.gnu.org/gnu/octave/octave-4.2.1.tar.lz"
|
||||
MD5SUM="ca5106425e12df2bef23df72ba58f3c4"
|
||||
DOWNLOAD="https://ftp.gnu.org/gnu/octave/octave-4.2.2.tar.lz"
|
||||
MD5SUM="e654dbdbab8ff3b753bac66a2445630b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README% blas lapack"
|
||||
|
|
Loading…
Reference in a new issue