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/numpy3/numpy3.SlackBuild | |
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/numpy3/numpy3.SlackBuild')
-rw-r--r-- | development/numpy3/numpy3.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/development/numpy3/numpy3.SlackBuild b/development/numpy3/numpy3.SlackBuild index e8fb0b3cda..df4c043302 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 |