Skip to content

Commit

Permalink
change the hash to the real hash. (#136)
Browse files Browse the repository at this point in the history
* Update and rename jupyter-desktop.json to jupyterlab-desktop.json

- update  jupyter-desktop.json to jupyterlab-desktop.json
- update version 4.0.7-1 to 4.2.5-1

* Update jupyterlab-desktop.json

update hash

* Update jupyterlab-desktop.json

update autoupdate

* Update jupyterlab-desktop.json

change the hash code.

The official offer the hash is not match the download software. change it to the real hash.
  • Loading branch information
sanbeichahegongheguo authored Sep 29, 2024
1 parent 8e25a50 commit 80df4e3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bucket/jupyterlab-desktop.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v4.2.5-1/JupyterLab-Setup-Windows-x64.exe",
"hash": "N9VnFbOvhCdOwoOSM/qiu2F5k3VrE5lrLVWz934r5FwiNBVX6b7YQBEk2Y1j6jJsmH7Ige9ZnyXYFFf6ubj7aQ=="
"url": "https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v4.2.5-1/JupyterLab-Setup-Windows-x64.exe#/dl.7z",
"hash": "sha512:f63202132d706ceb5c89ce76e304abaf9c1f021316c016f4855a3a55f519a1e8"
}
},
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse"
],
"bin": "jlab.cmd",
"shortcuts": [
[
Expand All @@ -20,11 +24,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"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})"
"url": "https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v$version/JupyterLab-Setup-Windows-x64.exe#/dl.7z"
}
}
}
Expand Down

0 comments on commit 80df4e3

Please sign in to comment.