summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Rojas2017-07-01 11:37:20 +0000
committerAntonio Rojas2017-07-01 11:37:20 +0000
commitc4ebbe0bfe76d49c5ae77c73956c5de345e3b202 (patch)
treee1b1c7725e5cd96db7898127c2c51929a76e179b /PKGBUILD
parent546ae3d0cb24eda560a561d7077731d3bd621342 (diff)
downloadaur-c4ebbe0bfe76d49c5ae77c73956c5de345e3b202.tar.gz
Update to 0.24.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf0b35c5ad6a..8c5e96c273d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=jupyterlab
-pkgver=0.22.1
+pkgver=0.24.1
pkgrel=1
pkgdesc="JupyterLab computational environment"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/jupyterlab/jupyterlab"
license=(custom)
depends=(jupyter-notebook)
source=($pkgname-$pkgver::"https://github.com/jupyterlab/jupyterlab/archive/v$pkgver.tar.gz")
-sha256sums=('8bded13ecc5732b8da1d3195be28acd09b9fe3db32fff8449d3de53adeb3c7a9')
+sha256sums=('1c8d408a6712704660d18d2902a34f63276856ed8be1fd3132b2f744d45889fd')
build() {
cd $pkgname-$pkgver