diff options
author | isaackwy <isaacyu@protonmail.com> | 2023-12-25 17:05:39 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-29 18:49:39 +0700 |
commit | 24ba24423c5fc723fca12d8f593ca1b1d9183698 (patch) | |
tree | 53b695ea82e102a70034777c16618d4b4f11bcd0 /development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild | |
parent | 68c2bbf67a5f4fea12570295d335928ac55f0a1d (diff) |
development/jupyter-qtconsole: Update for 5.5.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild')
-rw-r--r-- | development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild index 908a4de9b8..c1f445e65f 100644 --- a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild +++ b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for jupyter-qtconsole # Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-qtconsole -VERSION=${VERSION:-5.4.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-5.5.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |