diff options
Diffstat (limited to 'development/jupyter_server_terminals/jupyter_server_terminals.SlackBuild')
-rw-r--r-- | development/jupyter_server_terminals/jupyter_server_terminals.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/jupyter_server_terminals/jupyter_server_terminals.SlackBuild b/development/jupyter_server_terminals/jupyter_server_terminals.SlackBuild index d85f13a579..a3968f8eb1 100644 --- a/development/jupyter_server_terminals/jupyter_server_terminals.SlackBuild +++ b/development/jupyter_server_terminals/jupyter_server_terminals.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter_server_terminals -# 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 @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter_server_terminals -VERSION=${VERSION:-0.4.4} +VERSION=${VERSION:-0.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |