development/jupyter_server_terminals: Update for 0.5.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2023-12-29 20:36:26 -08:00 committed by Willy Sudiarto Raharjo
parent d25930d849
commit ab5e00fa40
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"