summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2022-03-19 10:27:34 +0100
committerBlair Bonnett2022-03-19 10:27:34 +0100
commit97b0e489e83c3eb1b907c89946dd4e6896fa4295 (patch)
treedc3e2dfc79bed8a02c72f1120edcc52059db852a
parentf767d7abcfc2726b1bd7c728ea989d947d10d9c7 (diff)
downloadaur-97b0e489e83c3eb1b907c89946dd4e6896fa4295.tar.gz
Update to 2.2.2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52b4d27cee64..52716f6af47e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyterhub
pkgdesc = Multi-user server for Jupyter notebooks
- pkgver = 2.1.1
+ pkgver = 2.2.2
pkgrel = 1
url = https://jupyter.org/hub
install = jupyterhub.install
@@ -34,10 +34,10 @@ pkgbase = jupyterhub
optdepends = jupyterlab: to use the JupyterLab interface
optdepends = python-pycurl: improved HTTP performance
backup = etc/jupyterhub/jupyterhub_config.py
- source = jupyterhub-2.1.1.tar.gz::https://github.com/jupyterhub/jupyterhub/archive/2.1.1.tar.gz
+ source = jupyterhub-2.2.2.tar.gz::https://github.com/jupyterhub/jupyterhub/archive/2.2.2.tar.gz
source = jupyterhub.service
source = tests_use_random_ports.patch
- sha256sums = 89af12d857815391e8c09405ebb1e003f54b449f08388ea26499e8a00944dbc7
+ sha256sums = 0e7922b58cc350c861d54c46501c3a370f7c0313fea0725581ef943758885921
sha256sums = adb4c09c668c35605d9cddc4a4171dd64ed6e74ab82da97f19b3437d26b052b9
sha256sums = acba51024276670aabad3d3f2a1c80d4b573809ca7e7ef6594916329d842417f
diff --git a/PKGBUILD b/PKGBUILD
index 98f1c0f7c079..b64d75200bde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Mark Lee <mark at markelee dot com>
pkgname=jupyterhub
-pkgver=2.1.1
+pkgver=2.2.2
pkgrel=1
pkgdesc="Multi-user server for Jupyter notebooks"
url="https://jupyter.org/hub"
@@ -39,7 +39,7 @@ source=(
'tests_use_random_ports.patch'
)
sha256sums=(
- '89af12d857815391e8c09405ebb1e003f54b449f08388ea26499e8a00944dbc7'
+ '0e7922b58cc350c861d54c46501c3a370f7c0313fea0725581ef943758885921'
'adb4c09c668c35605d9cddc4a4171dd64ed6e74ab82da97f19b3437d26b052b9'
'acba51024276670aabad3d3f2a1c80d4b573809ca7e7ef6594916329d842417f'
)