Skip to content

Commit

Permalink
update jupyterlab-desktop (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbeichahegongheguo authored Sep 29, 2024
1 parent 3263e3b commit 76c8a4a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions bucket/jupyter-desktop.json → bucket/jupyterlab-desktop.json
Original file line number Diff line number Diff line change
@@ -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": [
[
Expand All @@ -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})"
}
}
}
Expand Down

0 comments on commit 76c8a4a

Please sign in to comment.