diff options
Diffstat (limited to 'development/jupyter-notebook/jupyter-notebook.SlackBuild')
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild index 46b4958400..6aa1dcec87 100644 --- a/development/jupyter-notebook/jupyter-notebook.SlackBuild +++ b/development/jupyter-notebook/jupyter-notebook.SlackBuild @@ -24,8 +24,8 @@ SRCNAM=notebook PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-5.7.8} -BUILD=${BUILD:-2} +VERSION=${VERSION:-6.0.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |