summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Rojas2017-09-18 19:25:17 +0000
committerAntonio Rojas2017-09-18 19:25:17 +0000
commit651fe29fdcda4725624f430b311bfd613754cce9 (patch)
tree15ac39052780688190bf5998b31befe0b6c6ac2c /PKGBUILD
parentdd11ea92b79f874a28997806cc470e9992fd5801 (diff)
downloadaur-651fe29fdcda4725624f430b311bfd613754cce9.tar.gz
Update to 0.27.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da4008806dc2..3d8e5f321633 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=jupyterlab
-pkgver=0.26.0
+pkgver=0.27.0
pkgrel=1
pkgdesc="JupyterLab computational environment"
arch=(any)
@@ -9,7 +9,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=('e9bb5b082f8210d4d4e6422774430104da93b5c4077aa9ee73a0f6a2e4a6eb0f')
+sha256sums=('7ca10592567eb5a54b3a823b21696ba07ac7184a3365a8291a8782cf7e566fa3')
build() {
cd $pkgname-$pkgver