Skip to content

Commit

Permalink
vscode-insiders: Update to version 1.92.0-1722286368739 (#1854)
Browse files Browse the repository at this point in the history
Co-authored-by: Hsiao-nan Cheung <[email protected]>
  • Loading branch information
ccyykkcyk and niheaven authored Jul 30, 2024
1 parent 403c0f5 commit 1ed5806
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/vscode-insiders.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.92.0-insider+1720069533836",
"version": "1.92.0-1722286368739",
"description": "Visual Studio Code is a lightweight but powerful source code editor (Insiders, Portable Edition).",
"homepage": "https://code.visualstudio.com/",
"license": {
Expand All @@ -15,15 +15,15 @@
"architecture": {
"64bit": {
"url": "https://update.code.visualstudio.com/latest/win32-x64-archive/insider#/dl.7z",
"hash": "a05dc01d9b22a6eec59402a42793c9b99fba0acd811f5e15e981c0764df0a0a0"
"hash": "4b1918813b3dde1272d736f956406d6eb650e068645525794f5b2494d75dbde7"
},
"32bit": {
"url": "https://update.code.visualstudio.com/latest/win32-archive/insider#/dl.7z",
"hash": "08878b83355b78174eb0d631af8e99b610a3c5661ff52d8e3ff1c76181d6eed8"
},
"arm64": {
"url": "https://update.code.visualstudio.com/latest/win32-arm64-archive/insider#/dl.7z",
"hash": "4db4e8049630f94836a5e211d7e0d17e019233c8895b9029ee26d48e81231fa7"
"hash": "3a4aadd79b53ae38b5dadfb8aad5dd51ac8ffe1e25a662157d9e28dd5a575f24"
}
},
"post_install": [
Expand Down Expand Up @@ -69,8 +69,8 @@
"checkver": {
"url": "https://update.code.visualstudio.com/api/update/win32-x64-archive/insider/latest",
"jsonpath": "$..['productVersion','timestamp']",
"regex": "^(?<productVersion>.+)\\\\n(?<timestamp>.*)$",
"replace": "${productVersion}+${timestamp}"
"regex": "^\\[\"(?<productVersion>.+)-insider\",(?<timestamp>.*)\\]$",
"replace": "${productVersion}-${timestamp}"
},
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit 1ed5806

Please sign in to comment.