mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/gsl: Updated for version 1.15.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
2e04f57b98
commit
e827ba70f3
2 changed files with 5 additions and 7 deletions
|
@ -5,16 +5,14 @@
|
|||
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
|
||||
|
||||
PRGNAM=gsl
|
||||
VERSION=${VERSION:-1.14}
|
||||
VERSION=${VERSION:-1.15}
|
||||
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,10 +1,10 @@
|
|||
PRGNAM="gsl"
|
||||
VERSION="1.14"
|
||||
VERSION="1.15"
|
||||
HOMEPAGE="http://www.gnu.org/software/gsl"
|
||||
DOWNLOAD="ftp://ftp.gnu.org/gnu/gsl/gsl-1.14.tar.gz"
|
||||
MD5SUM="d55e7b141815412a072a3f0e12442042"
|
||||
DOWNLOAD="ftp://ftp.gnu.org/gnu/gsl/gsl-1.15.tar.gz"
|
||||
MD5SUM="494ffefd90eef4ada678c306bab4030b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Aleksandar Samardzic"
|
||||
EMAIL="asamardzic@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="rworkman,Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue