python/numexpr: Updated for version 2.2.1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
LukenShiro 2013-10-27 23:36:35 -05:00 committed by Robby Workman
parent be957b2b2b
commit e4169f025d
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=numexpr
VERSION=${VERSION:-2.1}
VERSION=${VERSION:-2.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="numexpr"
VERSION="2.1"
VERSION="2.2.1"
HOMEPAGE="http://code.google.com/p/numexpr/"
DOWNLOAD="http://numexpr.googlecode.com/files/numexpr-2.1.tar.gz"
MD5SUM="8c138e81fb4214d05453da0fc88bf0d5"
DOWNLOAD="http://numexpr.googlecode.com/files/numexpr-2.2.1.tar.gz"
MD5SUM="d79081537d5a8059c352d57ac27e0305"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="numpy"