aboutsummaryrefslogtreecommitdiff
path: root/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-01-11 14:42:18 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-14 08:50:01 +0700
commit0dc2fa9926d5d24764a9484b63c1d3f2c83e2d48 (patch)
treede262d12c328cea0e1eeac6e54e90200b4bd71d7 /development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild
parentd0a5855ff0eb7d5caf24fc352c5aaa15b19766c2 (diff)
development/jupyter-ipykernel: Updated for version 6.20.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild')
-rw-r--r--development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild b/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild
index a95e61f16fbb..5f5d90c3554a 100644
--- a/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild
+++ b/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for jupyter-ipykernel
# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.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=jupyter-ipykernel
-VERSION=${VERSION:-6.19.4}
+VERSION=${VERSION:-6.20.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0