summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2022-01-22 13:09:45 +0100
committerBlair Bonnett2022-01-22 13:09:45 +0100
commit9ec5ea475ffefcb2d34688a947b266a495fa0a62 (patch)
treebd55a06aced9b275a978364d0d5e39067926141d
parent4b7b22d57d4485e9a8e942d3caa6dff0028bc561 (diff)
downloadaur-9ec5ea475ffefcb2d34688a947b266a495fa0a62.tar.gz
Update to 2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fde6cbd5c464..0c4b555b0d6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyterhub
pkgdesc = Multi-user server for Jupyter notebooks
- pkgver = 2.0.2
+ pkgver = 2.1.0
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.2.tar.gz::https://github.com/jupyterhub/jupyterhub/archive/2.0.2.tar.gz
+ source = jupyterhub-2.1.0.tar.gz::https://github.com/jupyterhub/jupyterhub/archive/2.1.0.tar.gz
source = jupyterhub.service
source = tests_use_random_ports.patch
- sha256sums = 41648922949ab54da656c665da7e0acb22c813b9b8a8c8eddba8e291b8d4b44f
+ sha256sums = e78e6a18ff85c0c5e2b05112952d1595055bb17938cfeaa3900b296aea066c72
sha256sums = adb4c09c668c35605d9cddc4a4171dd64ed6e74ab82da97f19b3437d26b052b9
sha256sums = acba51024276670aabad3d3f2a1c80d4b573809ca7e7ef6594916329d842417f
diff --git a/PKGBUILD b/PKGBUILD
index 243d78f590ba..6228abcce68c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Mark Lee <mark at markelee dot com>
pkgname=jupyterhub
-pkgver=2.0.2
+pkgver=2.1.0
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=(
- '41648922949ab54da656c665da7e0acb22c813b9b8a8c8eddba8e291b8d4b44f'
+ 'e78e6a18ff85c0c5e2b05112952d1595055bb17938cfeaa3900b296aea066c72'
'adb4c09c668c35605d9cddc4a4171dd64ed6e74ab82da97f19b3437d26b052b9'
'acba51024276670aabad3d3f2a1c80d4b573809ca7e7ef6594916329d842417f'
)