mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/jupyter_server_terminals: Update for 0.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d25930d849
commit
ab5e00fa40
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue