diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-10-27 12:22:48 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-29 10:28:40 +0700 |
commit | bbef31ce6b1d8f21fe80786922dce7571a7709bd (patch) | |
tree | 3c12be1d5947e13c3543bfd5fd0b071f7fd1736f /development | |
parent | bd5e8525cd910af69af0cfab2974433fb3312d23 (diff) |
development/numpy3: Updated for version 1.22.3
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/numpy3/numpy3.SlackBuild | 7 | ||||
-rw-r--r-- | development/numpy3/numpy3.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/development/numpy3/numpy3.SlackBuild b/development/numpy3/numpy3.SlackBuild index e8fb0b3cda2a..df4c043302ee 100644 --- a/development/numpy3/numpy3.SlackBuild +++ b/development/numpy3/numpy3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for numpy3 -# Copyright 2015-2021 Christoph Willing Brisbane, Australia +# Copyright 2015-2022 Christoph Willing Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=numpy3 SRCNAM=numpy -VERSION=${VERSION:-1.21.2} +VERSION=${VERSION:-1.22.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -58,9 +58,6 @@ else LIBDIRSUFFIX="" fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/development/numpy3/numpy3.info b/development/numpy3/numpy3.info index 68954a383f4f..2a260ef4a854 100644 --- a/development/numpy3/numpy3.info +++ b/development/numpy3/numpy3.info @@ -1,8 +1,8 @@ PRGNAM="numpy3" -VERSION="1.21.2" +VERSION="1.22.3" HOMEPAGE="https://www.numpy.org/" -DOWNLOAD="https://github.com/numpy/numpy/releases/download/v1.21.2/numpy-1.21.2.tar.gz" -MD5SUM="55c11984b0a0ae28baa118052983f355" +DOWNLOAD="https://github.com/numpy/numpy/releases/download/v1.22.3/numpy-1.22.3.tar.gz" +MD5SUM="3305c27e5bdf7f19247a7eee00ac053e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |