From 76c8a4a0ff79648f9c571fc2d8f0917f08f1d587 Mon Sep 17 00:00:00 2001 From: ash Date: Sun, 29 Sep 2024 12:55:40 +0800 Subject: [PATCH] update jupyterlab-desktop (#135) --- ...yter-desktop.json => jupyterlab-desktop.json} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) rename bucket/{jupyter-desktop.json => jupyterlab-desktop.json} (55%) diff --git a/bucket/jupyter-desktop.json b/bucket/jupyterlab-desktop.json similarity index 55% rename from bucket/jupyter-desktop.json rename to bucket/jupyterlab-desktop.json index 038427685..57e6c47e6 100644 --- a/bucket/jupyter-desktop.json +++ b/bucket/jupyterlab-desktop.json @@ -1,18 +1,14 @@ { - "version": "4.0.7-1", + "version": "4.2.5-1", "description": "JupyterLab desktop application, based on Electron", "homepage": "https://github.com/jupyterlab/jupyterlab-desktop", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v4.0.7-1/JupyterLab-Setup-Windows.exe#/dl.7z", - "hash": "sha512:61150aebc779d1ec40ba75025434d02fa6c19a8cbfec7d15fbb216eb5ed23ebdf6e338e4a5e6dabfccb752320fb56d94ecce5c1deca579b4a8b20f7c68a5d39d" + "url": "https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v4.2.5-1/JupyterLab-Setup-Windows-x64.exe", + "hash": "N9VnFbOvhCdOwoOSM/qiu2F5k3VrE5lrLVWz934r5FwiNBVX6b7YQBEk2Y1j6jJsmH7Ige9ZnyXYFFf6ubj7aQ==" } }, - "pre_install": [ - "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", - "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse" - ], "bin": "jlab.cmd", "shortcuts": [ [ @@ -24,7 +20,11 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v$version/JupyterLab-Setup-Windows.exe#/dl.7z" + "url": "https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v$version/JupyterLab-Setup-Windows-x64.exe" + }, + "hash": { + "url": "https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v$version/latest.yml", + "find": "sha512: ([a-fA-F0-9]{128})" } } }