diff options
Diffstat (limited to 'development/numpy3/numpy3.SlackBuild')
-rw-r--r-- | development/numpy3/numpy3.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/numpy3/numpy3.SlackBuild b/development/numpy3/numpy3.SlackBuild index 0cb85bd141b50..a974d1e787478 100644 --- a/development/numpy3/numpy3.SlackBuild +++ b/development/numpy3/numpy3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for numpy3 -# Copyright 2015-2018 Christoph Willing Brisbane, Australia +# Copyright 2015-2021 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.14.3} +VERSION=${VERSION:-1.20.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |