diff --git a/bucket/vscode-insiders.json b/bucket/vscode-insiders.json index 7c55cfff9c4..50a8fd2c316 100644 --- a/bucket/vscode-insiders.json +++ b/bucket/vscode-insiders.json @@ -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": { @@ -15,7 +15,7 @@ "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", @@ -23,7 +23,7 @@ }, "arm64": { "url": "https://update.code.visualstudio.com/latest/win32-arm64-archive/insider#/dl.7z", - "hash": "4db4e8049630f94836a5e211d7e0d17e019233c8895b9029ee26d48e81231fa7" + "hash": "3a4aadd79b53ae38b5dadfb8aad5dd51ac8ffe1e25a662157d9e28dd5a575f24" } }, "post_install": [ @@ -69,8 +69,8 @@ "checkver": { "url": "https://update.code.visualstudio.com/api/update/win32-x64-archive/insider/latest", "jsonpath": "$..['productVersion','timestamp']", - "regex": "^(?.+)\\\\n(?.*)$", - "replace": "${productVersion}+${timestamp}" + "regex": "^\\[\"(?.+)-insider\",(?.*)\\]$", + "replace": "${productVersion}-${timestamp}" }, "autoupdate": { "architecture": {