summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3223001b3bbf..611ecc9e1704 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = jupyterlab-desktop-bin
pkgdesc = JupyterLab desktop application, based on Electron.
- pkgver = 4.0.1
+ pkgver = 4.0.2
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab-desktop
arch = x86_64
license = MIT
- source = https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v4.0.1-1/JupyterLab-Setup-Debian.deb
- sha256sums = f864b98a0b5531eb1510b46c89a9ce7b02ae501eb98529570635a4fcb8f12701
+ source = https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v4.0.2-1/JupyterLab-Setup-Debian.deb
+ sha256sums = 3e58329c3696a4c6dd404ce20cef36e8ea933320566884b11d3dcf0e746d1da7
pkgname = jupyterlab-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index cea08645d167..40fcda8fab27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mnabila nblid48[at]gmail[dot]com
pkgname=jupyterlab-desktop-bin
-pkgver=4.0.1
+pkgver=4.0.2
pkgrel=1
_srcrel=1
pkgdesc="JupyterLab desktop application, based on Electron."
@@ -13,7 +13,7 @@ license=("MIT")
arch=('x86_64')
source=("https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v$pkgver-${_srcrel}/JupyterLab-Setup-Debian.deb")
-sha256sums=('f864b98a0b5531eb1510b46c89a9ce7b02ae501eb98529570635a4fcb8f12701')
+sha256sums=('3e58329c3696a4c6dd404ce20cef36e8ea933320566884b11d3dcf0e746d1da7')
prepare(){
cd $srcdir