mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/terminado: Update for 0.18.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
12cf7e8750
commit
a5d3411adc
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for terminado
|
||||
|
||||
# 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,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=terminado
|
||||
VERSION=${VERSION:-0.17.1}
|
||||
VERSION=${VERSION:-0.18.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="terminado"
|
||||
VERSION="0.17.1"
|
||||
VERSION="0.18.0"
|
||||
HOMEPAGE="https://github.com/jupyter/terminado"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/terminado/terminado-0.17.1.tar.gz"
|
||||
MD5SUM="aafcc42623986e42469712786edb127c"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/terminado/terminado-0.18.0.tar.gz"
|
||||
MD5SUM="30c6e8e61041582724be06f387130071"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-ptyprocess python3-tornado python3-hatchling"
|
||||
|
|
Loading…
Reference in a new issue