libraries/blas: Updated for version 20110419.

This is what people are getting anyway when they download the
source tarball, so we may as well bump the VERSION in our script,
regardless of whether it came from the maintainer.  Normally I
wouldn't do this, but I needed blas for something else, which
caused me to notice the problem...

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2011-06-18 20:16:23 -05:00
parent 33b360700e
commit 796b497c45
2 changed files with 4 additions and 4 deletions

View file

@ -8,8 +8,8 @@
# since no official version is given on website
PRGNAM=blas
VERSION=${VERSION:-20070405}
BUILD=${BUILD:-2}
VERSION=${VERSION:-20110419}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Shared library version

View file

@ -1,8 +1,8 @@
PRGNAM="blas"
VERSION="20070405"
VERSION="20110419"
HOMEPAGE="http://www.netlib.org/blas/"
DOWNLOAD="http://www.netlib.org/blas/blas.tgz"
MD5SUM="7e6af7022440d8688d16be86d55fb358"
MD5SUM="5e99e975f7a1e3ea6abcad7c6e7e42e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Eugene Suter"