summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 502f6d8f414c..5f1f6566d186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=jupyterhub
-pkgver=0.6.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="Multi-user server for Jupyter notebooks "
url="http://jupyter.org/"
@@ -9,7 +9,7 @@ license=('BSD')
depends=('python-alembic' 'python-tornado' 'python-jinja' 'ipython' 'python-pamela' 'python-sqlalchemy' 'python-requests' 'nodejs-configurable-http-proxy')
makedepends=('bower' 'npm')
source=("https://github.com/jupyter/jupyterhub/archive/${pkgver}.tar.gz")
-md5sums=('cf3de18430795a6e1b51feb06b34e8a8')
+md5sums=('74698104e3a1753044a7d446069a525c')
build() {
cd "${srcdir}/jupyterhub-$pkgver"