summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2022-01-10 20:12:48 +0100
committerBlair Bonnett2022-01-10 20:12:48 +0100
commit4b7b22d57d4485e9a8e942d3caa6dff0028bc561 (patch)
tree3355bb82f7f88b55b34e457f0549002f50abc8c4
parentc136e8f25d4aceb4c604d818dece0c7d935fc326 (diff)
downloadaur-4b7b22d57d4485e9a8e942d3caa6dff0028bc561.tar.gz
Update to 2.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 510bf884ad6b..fde6cbd5c464 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyterhub
pkgdesc = Multi-user server for Jupyter notebooks
- pkgver = 2.0.1
+ pkgver = 2.0.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.0.1.tar.gz::https://github.com/jupyterhub/jupyterhub/archive/2.0.1.tar.gz
+ source = jupyterhub-2.0.2.tar.gz::https://github.com/jupyterhub/jupyterhub/archive/2.0.2.tar.gz
source = jupyterhub.service
source = tests_use_random_ports.patch
- sha256sums = 42eb7f2cf06d08a9df6c31ec3ab58a865081b478b5a15cf49557afc04bc93f18
+ sha256sums = 41648922949ab54da656c665da7e0acb22c813b9b8a8c8eddba8e291b8d4b44f
sha256sums = adb4c09c668c35605d9cddc4a4171dd64ed6e74ab82da97f19b3437d26b052b9
sha256sums = acba51024276670aabad3d3f2a1c80d4b573809ca7e7ef6594916329d842417f
diff --git a/PKGBUILD b/PKGBUILD
index 5b9464eb5fb4..243d78f590ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Mark Lee <mark at markelee dot com>
pkgname=jupyterhub
-pkgver=2.0.1
+pkgver=2.0.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=(
- '42eb7f2cf06d08a9df6c31ec3ab58a865081b478b5a15cf49557afc04bc93f18'
+ '41648922949ab54da656c665da7e0acb22c813b9b8a8c8eddba8e291b8d4b44f'
'adb4c09c668c35605d9cddc4a4171dd64ed6e74ab82da97f19b3437d26b052b9'
'acba51024276670aabad3d3f2a1c80d4b573809ca7e7ef6594916329d842417f'
)