From 6148f8526e0db394af84bedbc050f7a6b07c6ecb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 11:39:19 +0000 Subject: [PATCH] vscode: bump to 1.121.0 Microsoft released VSCode 1.121.0 (SHA f6cfa2ea2403534de03f069bdf160d06451ed282). Per-arch tarball timestamps: x64 1779186414 arm64 1779186419 armhf 1779186409 sha256 checksums and LICENSES.chromium.html md5 refreshed. --- .../{vscode_1.120.0.bb => vscode_1.121.0.bb} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename recipes-devtools/vscode/{vscode_1.120.0.bb => vscode_1.121.0.bb} (87%) diff --git a/recipes-devtools/vscode/vscode_1.120.0.bb b/recipes-devtools/vscode/vscode_1.121.0.bb similarity index 87% rename from recipes-devtools/vscode/vscode_1.120.0.bb rename to recipes-devtools/vscode/vscode_1.121.0.bb index 5880485..912c020 100644 --- a/recipes-devtools/vscode/vscode_1.120.0.bb +++ b/recipes-devtools/vscode/vscode_1.121.0.bb @@ -33,16 +33,16 @@ VSCODE_ARCH ?= "${@get_vscode_arch(d)}" # the version means re-resolving these via # `curl -sLI https://update.code.visualstudio.com/latest/linux-$arch/stable` # and copying the timestamp out of the Location header. -GIT_SHA = "0958016b2af9f09bb4257e0df4a95e2f90590f9f" -TIMESTAMP-arm64 = "1778618964" -TIMESTAMP-armhf = "1778618962" -TIMESTAMP-x64 = "1778618960" +GIT_SHA = "f6cfa2ea2403534de03f069bdf160d06451ed282" +TIMESTAMP-arm64 = "1779186419" +TIMESTAMP-armhf = "1779186409" +TIMESTAMP-x64 = "1779186414" SRC_URI = "https://vscode.download.prss.microsoft.com/dbazure/download/stable/${GIT_SHA}/code-stable-${VSCODE_ARCH}-${TIMESTAMP-${VSCODE_ARCH}}.tar.gz;name=vscode-${VSCODE_ARCH}" -SRC_URI[vscode-x64.sha256sum] = "510426eb23d330bf25d84fe88e49a08d965d6b21957b82e196af7ccf7bdd882b" -SRC_URI[vscode-arm64.sha256sum] = "69c0d1d0534cd4173e2b3dbee5d001ed5c2bd0c846bb22dca917312b64eb1baf" -SRC_URI[vscode-armhf.sha256sum] = "1662d3dd08a3602544bc4ca1b091e04d5393a23414607b7c34f0570ebd0d5daa" +SRC_URI[vscode-x64.sha256sum] = "8cf24cc41441453e11e8fe1ae9e58d32970e23dced399835c4b0904263d66820" +SRC_URI[vscode-arm64.sha256sum] = "c4bc2db051759a4a7229b68b7126ba3a797f87d3ea922373a307059102c61b85" +SRC_URI[vscode-armhf.sha256sum] = "07dcb4713ac7a4fc4fa946e88a6d09b39449d93327a4d4e63973cec3c7ccd647" # Styhead+ introduced UNPACKDIR as the directory do_unpack writes to, # distinct from WORKDIR which is reserved for build artefacts. We have