diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-07-16 22:51:04 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-20 16:20:33 +0700 |
commit | 055c6ba9595bfc3b82159e892485fc4ebf675712 (patch) | |
tree | 412fd1956ceb2889d7f023195c7256cf2fbf4c66 /development/jupyter-notebook | |
parent | cdbdd6954f08cee26d8c03b15592b7713bf6265e (diff) |
development/jupyter-notebook: Updated for version 6.0.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'development/jupyter-notebook')
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild index 46b495840058..6aa1dcec8736 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 diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index 92d41c310c7d..24ee4939f121 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-notebook" -VERSION="5.7.8" +VERSION="6.0.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.7.8.tar.gz" -MD5SUM="858af8768809185c118266128334be72" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.0.0.tar.gz" +MD5SUM="11f09a28cb58471bab8aa77620dce7aa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Jinja2 ipaddress python3-jupyter-ipykernel jupyter-nbconvert python-prometheus_client singledispatch send2trash terminado" |