summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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=""