summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Christoph Willing2022-10-27 04:22:48 +0200
committer Willy Sudiarto Raharjo2022-10-29 05:28:40 +0200
commitbbef31ce6b1d8f21fe80786922dce7571a7709bd (patch)
tree3c12be1d5947e13c3543bfd5fd0b071f7fd1736f /development
parentbd5e8525cd910af69af0cfab2974433fb3312d23 (diff)
downloadslackbuilds-bbef31ce6b1d8f21fe80786922dce7571a7709bd.tar.gz
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.SlackBuild7
-rw-r--r--development/numpy3/numpy3.info6
2 files changed, 5 insertions, 8 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
diff --git a/development/numpy3/numpy3.info b/development/numpy3/numpy3.info
index 68954a383f..2a260ef4a8 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=""