From 15e8aedee2c7d39646d3c8643e7e939e1fbfff21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 15:11:35 +0000 Subject: [PATCH] vscode: bump to 1.139.0 Microsoft released VSCode 1.139.0 (SHA 2242ebbb54efeeb0129e08e919e7e8d43033cd83). Per-arch tarball timestamps: x64 1790091292 arm64 1790091310 armhf 1790091290 sha256 checksums and LICENSES.chromium.html md5 refreshed. --- .../{vscode_1.123.0.bb => vscode_1.139.0.bb} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) rename recipes-devtools/vscode/{vscode_1.123.0.bb => vscode_1.139.0.bb} (85%) diff --git a/recipes-devtools/vscode/vscode_1.123.0.bb b/recipes-devtools/vscode/vscode_1.139.0.bb similarity index 85% rename from recipes-devtools/vscode/vscode_1.123.0.bb rename to recipes-devtools/vscode/vscode_1.139.0.bb index 167edcd..ede985d 100644 --- a/recipes-devtools/vscode/vscode_1.123.0.bb +++ b/recipes-devtools/vscode/vscode_1.139.0.bb @@ -11,7 +11,7 @@ HOMEPAGE = "https://code.visualstudio.com/" # We pin LIC_FILES_CHKSUM to LICENSES.chromium.html since it's the most # stable artefact across versions and exists in every architecture's tarball. LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://LICENSES.chromium.html;md5=cfa5de8d0264d369c26a42ca85a40c86" +LIC_FILES_CHKSUM = "file://LICENSES.chromium.html;md5=d047d262d5cd120e4fac8af11cad5dc8" # Only the three Linux arches Microsoft actually ships pre-built binaries for. # riscv64 / mips / etc users have to build from source (out of scope for this @@ -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 = "2242ebbb54efeeb0129e08e919e7e8d43033cd83" +TIMESTAMP-arm64 = "1790091310" +TIMESTAMP-armhf = "1790091290" +TIMESTAMP-x64 = "1790091292" 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] = "ef18461d14d658255917ea978cdccb20576f797af8d9f6062e6ac5afa9f5ec51" +SRC_URI[vscode-arm64.sha256sum] = "7a8dfc162a670478d4d699e67c5a0172ffa2f8b23e42e46026a32a4546f57c9a" +SRC_URI[vscode-armhf.sha256sum] = "8637f6b774b23d6d4bd151cc87ed3701f5e93a590cebd2f8a683469486990d18" # Styhead+ introduced UNPACKDIR as the directory do_unpack writes to, # distinct from WORKDIR which is reserved for build artefacts. We have