aboutsummaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2023-12-29 20:36:26 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-31 18:53:13 +0700
commitab5e00fa40c67cdf4ec29f4e93df5ab23ff00bce (patch)
tree1d7b17c7fd69535ad56267feece45e56e7c6bb65 /development
parentd25930d84955605f1448794febe731c735ae3a81 (diff)
development/jupyter_server_terminals: Update for 0.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/jupyter_server_terminals/jupyter_server_terminals.SlackBuild4
-rw-r--r--development/jupyter_server_terminals/jupyter_server_terminals.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter_server_terminals/jupyter_server_terminals.SlackBuild b/development/jupyter_server_terminals/jupyter_server_terminals.SlackBuild
index d85f13a57979b..a3968f8eb1362 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}
diff --git a/development/jupyter_server_terminals/jupyter_server_terminals.info b/development/jupyter_server_terminals/jupyter_server_terminals.info
index 35439c425bc49..54ac177fdd2d9 100644
--- a/development/jupyter_server_terminals/jupyter_server_terminals.info
+++ b/development/jupyter_server_terminals/jupyter_server_terminals.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter_server_terminals"
-VERSION="0.4.4"
+VERSION="0.5.0"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_server_terminals/jupyter_server_terminals-0.4.4.tar.gz"
-MD5SUM="a5d8e8694a6e61501a5c7c0c070c2c3e"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_server_terminals/jupyter_server_terminals-0.5.0.tar.gz"
+MD5SUM="8ae5d501df1900e9c19c61cb10c8bb9a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="terminado"