summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-04-22 14:27:03 +0200
committerMichel Zou2018-04-22 14:27:03 +0200
commit43b4459b046ea1b1eb7e0cee977fa81fcd94cd6c (patch)
tree291c2ed46546f276c252283eefce09fa47b5c781 /PKGBUILD
parentf2c547ce9b86531ee1de574dbd4c67ad3d3dc096 (diff)
downloadaur-43b4459b046ea1b1eb7e0cee977fa81fcd94cd6c.tar.gz
0.32.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22d58cebc902..3238b8d9ca17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=jupyterlab
-pkgver=0.31.12
+pkgver=0.32.0
pkgrel=1
pkgdesc="JupyterLab computational environment"
arch=(any)
@@ -7,7 +7,7 @@ url="https://github.com/jupyterlab/jupyterlab"
license=(custom)
depends=(jupyterlab_launcher)
source=($pkgname-$pkgver.tar.gz::"https://github.com/jupyterlab/jupyterlab/archive/v$pkgver.tar.gz")
-sha256sums=('cc42993203d318e76af28759cb84dc9ce96aa779bca4e2059d0e841e25ea861d')
+sha256sums=('dd628ff07883906b08b12e77cd6fd2f6c819e889c2111941f27d6084dd2f7e5b')
build() {
cd $pkgname-$pkgver