summaryrefslogtreecommitdiff
path: root/jupyterhub
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-11-07 14:36:45 +0100
committerErich Eckner <git@eckner.net>2017-11-07 14:36:45 +0100
commit5fa2efbfb3d8ef843729ecd76383ad705ae44d2e (patch)
tree2e9ac12531675a4cb67ba2fff0f2840e7c41e3c1 /jupyterhub
parent0944f7c8789c2db2eb3f61c2527b0c163954a260 (diff)
downloadarchlinuxewe.git.save-5fa2efbfb3d8ef843729ecd76383ad705ae44d2e.tar.xz
jupyterhub 0.8.0-1 -> 0.8.1-1
Diffstat (limited to 'jupyterhub')
-rw-r--r--jupyterhub/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/jupyterhub/PKGBUILD b/jupyterhub/PKGBUILD
index 9b35be0c..a1aea7a2 100644
--- a/jupyterhub/PKGBUILD
+++ b/jupyterhub/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=jupyterhub
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="Multi-user server for Jupyter notebooks "
url="http://jupyter.org/"
@@ -10,7 +10,7 @@ license=('BSD')
depends=('python>=3.6' 'python<3.7' 'python-alembic' 'python-tornado' 'python-jinja' 'ipython' 'python-pamela' 'python-sqlalchemy' 'python-requests' 'nodejs-configurable-http-proxy' 'python-oauth2')
makedepends=('bower' 'npm')
source=("https://github.com/jupyterhub/jupyterhub/archive/${pkgver}.tar.gz")
-sha512sums=('72874a311fb4e413ca53a91a31942f20fc798eacf5eb7b6673d566697cf8fb094caecf2e58efa33a0c48bbf75d64e7fd814c8768cd89e64c8a14e06dbfa3dbe9')
+sha512sums=('8ab4451157bfcf218885293f5167eb73db5ab14fae6010fd825f71d2d8418bc45d5f06183f6647d8ab4f2b4fefdc12756fb6207d10b31e1edec2f3e3f487dbf8')
install=${pkgname}.install
build() {