From f627990e8e6bb4cad7ddcedb79613c81b5fd5087 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 11:26:23 +0000 Subject: [PATCH] vscode: bump to 1.125.1 Microsoft released VSCode 1.125.1 (SHA fcf604774b9f2674b473065736ee75077e256353). Per-arch tarball timestamps: x64 1781859485 arm64 1781859529 armhf 1781859472 sha256 checksums and LICENSES.chromium.html md5 refreshed. --- .../{vscode_1.123.0.bb => vscode_1.125.1.bb} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename recipes-devtools/vscode/{vscode_1.123.0.bb => vscode_1.125.1.bb} (87%) diff --git a/recipes-devtools/vscode/vscode_1.123.0.bb b/recipes-devtools/vscode/vscode_1.125.1.bb similarity index 87% rename from recipes-devtools/vscode/vscode_1.123.0.bb rename to recipes-devtools/vscode/vscode_1.125.1.bb index 167edcd..c32da24 100644 --- a/recipes-devtools/vscode/vscode_1.123.0.bb +++ b/recipes-devtools/vscode/vscode_1.125.1.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 = "6a44c352bd24569c417e530095901b649960f9f8" -TIMESTAMP-arm64 = "1780481475" -TIMESTAMP-armhf = "1780481460" -TIMESTAMP-x64 = "1780481459" +GIT_SHA = "fcf604774b9f2674b473065736ee75077e256353" +TIMESTAMP-arm64 = "1781859529" +TIMESTAMP-armhf = "1781859472" +TIMESTAMP-x64 = "1781859485" 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] = "2fdef947717befd2e06854cbe01e99b4898f7752f25e12269c38023e63b93c8f" -SRC_URI[vscode-arm64.sha256sum] = "8dc142ebaf162808e5623bb7dd123aa6800a9e19b77cbd613b5e9a954c23c2fe" -SRC_URI[vscode-armhf.sha256sum] = "2eaa1f9e766277f2349554f2842ef21c3f85c73e1d481c4a27c9fe969daeb9c4" +SRC_URI[vscode-x64.sha256sum] = "119dd60ef898ea1409fb0160ab9508ea09f8ae6c41d3058b936aeb007e2ab223" +SRC_URI[vscode-arm64.sha256sum] = "f8d2a9c3275edbd11939d224e7a2b670946d5f68870786f1b2e71a7948e85a96" +SRC_URI[vscode-armhf.sha256sum] = "d20beaa120bae2766317b3733f797558e721b64eb7829830767aabca111f990b" # Styhead+ introduced UNPACKDIR as the directory do_unpack writes to, # distinct from WORKDIR which is reserved for build artefacts. We have