development/numpy3: Updated for version 1.14.3

Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
Christoph Willing 2018-05-30 14:07:21 +10:00 committed by Willy Sudiarto Raharjo
parent 642730a8c7
commit d87b1ea269
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for numpy3
# Copyright 2015-2016 Christoph Willing Brisbane, Australia
# Copyright 2015-2018 Christoph Willing Brisbane, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@
PRGNAM=numpy3
SRCNAM=numpy
VERSION=${VERSION:-1.11.1}
VERSION=${VERSION:-1.14.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="numpy3"
VERSION="1.11.1"
VERSION="1.14.3"
HOMEPAGE="http://numpy.scipy.org/"
DOWNLOAD="http://download.sourceforge.net/project/numpy/NumPy/1.11.1/numpy-1.11.1.tar.gz"
MD5SUM="2f44a895a8104ffac140c3a70edbd450"
DOWNLOAD="https://github.com/numpy/numpy/releases/download/v1.14.3/numpy-1.14.3.tar.gz"
MD5SUM="7c3c806ae27196c92d2fb3fbd4991e81"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"