diff options
author | LukenShiro <lukenshiro@ngi.it> | 2013-05-19 09:12:36 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-05-19 09:12:36 -0400 |
commit | 5bb639402295c640e5c0f4ae1e74970c47a284a6 (patch) | |
tree | f4765f372cba6125b4a42912946742f76a803271 /python/numexpr/numexpr.SlackBuild | |
parent | c4b114203682d507bc1ccd1f66d04f5c1a092d14 (diff) | |
download | slackbuilds-5bb639402295c640e5c0f4ae1e74970c47a284a6.tar.gz |
python/numexpr: Updated for version 2.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/numexpr/numexpr.SlackBuild')
-rw-r--r-- | python/numexpr/numexpr.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/numexpr/numexpr.SlackBuild b/python/numexpr/numexpr.SlackBuild index 879a058601..9c2a4b69c0 100644 --- a/python/numexpr/numexpr.SlackBuild +++ b/python/numexpr/numexpr.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for numexpr -# Copyright 2010-2012 LukenShiro <lukenshiro@ngi.it> +# Copyright 2010-2013 LukenShiro <lukenshiro@ngi.it> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=numexpr -VERSION=${VERSION:-2.0.1} +VERSION=${VERSION:-2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |